diff options
-rwxr-xr-x | skype | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -1,14 +0,0 @@ -#!/bin/bash -# -# Chroot wrapper -# - -# 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 squeeze -p skype" & -sleep 1 -xhost - |