summaryrefslogtreecommitdiff
path: root/aur
diff options
context:
space:
mode:
authorTslil Clingman <hiato1@gmail.com>2013-08-09 14:03:45 +0200
committerTslil Clingman <hiato1@gmail.com>2013-08-09 14:03:45 +0200
commitf2b32d25177be465c7209072eb93ae14fc16dfa3 (patch)
tree52e8d412518d5b3d4c70c068b7ef11dde6cac03d /aur
parent3bd9f307d5cd0128ea4fa37aaecaadac5629521c (diff)
The vcs script I use for my PS1 and some minor changes
Diffstat (limited to 'aur')
-rwxr-xr-xaur6
1 files changed, 3 insertions, 3 deletions
diff --git a/aur b/aur
index 8d5b071..dfe68c1 100755
--- a/aur
+++ b/aur
@@ -7,7 +7,7 @@ if [ "$1" = "-s" ]; then
exit
fi;
-cd prog/aur
+cd ~/prog/aur
echo Pulling...
wget "https://aur.archlinux.org/packages/`echo $1|cut -b 1-2`/$1/$1.tar.gz"
@@ -25,5 +25,5 @@ if [ -f "$1.tar.gz" ]; then
name=$1"-`sed -n 's/pkgver=//p' PKGBUILD`-`sed -n 's/pkgrel=//p' PKGBUILD`"
echo Installing...
sudo pacman -U $name*.xz
- fi;
-fi;
+ fi
+fi