diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-29 20:14:16 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-29 20:14:16 -0200 |
commit | b685522c9d7d6619855eff45f490c266b709f29a (patch) | |
tree | 67e60dc2093ba3cdb4f3d489f95a38e4dd3f0b92 | |
parent | fbc7e88f06306242a1a1e0a788c38e0a78c19bd1 (diff) | |
download | utils-chroot-b685522c9d7d6619855eff45f490c266b709f29a.tar.gz utils-chroot-b685522c9d7d6619855eff45f490c266b709f29a.tar.bz2 |
Cleanup
-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 - |