From b4e2708c6f8cc2191c581aef404803478e65e678 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 18 Sep 2014 16:47:55 -0300 Subject: Moved scripts to custom repos --- chroot-chromium | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 chroot-chromium (limited to 'chroot-chromium') diff --git a/chroot-chromium b/chroot-chromium deleted file mode 100755 index bc7ed38..0000000 --- a/chroot-chromium +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash -# -# Chroot wrapper -# - -if [ -z "$1" ]; then - chroot="wheezy" -else - chroot="$1" -fi - -# Load configuration -if [ -e "$HOME/.config/scripts/chroot" ]; then - source $HOME/.config/scripts/chroot -fi - -xhost local:$CHROOT_USER -sudo su $CHROOT_USER -c "schroot -d /home/$CHROOT_USER -c $chroot -p chromium-browser" & -sleep 1 -xhost - -- cgit v1.2.3