aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsource.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/source.sh b/source.sh
index b698d5d..17d309e 100755
--- a/source.sh
+++ b/source.sh
@@ -10,5 +10,6 @@ cd ..
git clone https://aur.archlinux.org/preloader-signed.git
chown -R nobody preloader-signed
cd preloader-signed
-su nobody -c "makepkg -si"
+su -s/bin/sh nobody -c "makepkg "
+pacman -U preloader-signed-20130208-1-x86_64.pkg.tar.xz
cd ..