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-firefox | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 chroot-firefox (limited to 'chroot-firefox') diff --git a/chroot-firefox b/chroot-firefox deleted file mode 100755 index 5f78555..0000000 --- a/chroot-firefox +++ /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 iceweasel" & -sleep 1 -xhost - -- cgit v1.2.3