add lxc-yaourt

This commit is contained in:
Jörg Thalheim 2015-06-22 15:16:44 +00:00
parent e97f6f0517
commit 87828a1c22
1 changed files with 12 additions and 0 deletions

12
lxc-yaourt Executable file
View File

@ -0,0 +1,12 @@
#!/bin/bash
if [ $EUID -ne 0 ]; then
echo "Must be root!" >&2
exit 1
fi
cd "${DIR:-/}"
lxc-attach --name login -- sudo -u aurrepo -- aurrepo --sign --verbose
lxc-attach --name login -- sudo -u aurrepo -- yaourt "$@"
lxc-attach --name login -- sudo -u aurrepo -- aurrepo --sign --verbose
lxc-attach --name login -- pacman -Sy