aboutsummaryrefslogtreecommitdiff
path: root/chroot-chromium
diff options
context:
space:
mode:
Diffstat (limited to 'chroot-chromium')
-rwxr-xr-xchroot-chromium20
1 files changed, 0 insertions, 20 deletions
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 -