summarylogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/update.sh b/update.sh
index 2975ee8a3975..5241ba3c213c 100755
--- a/update.sh
+++ b/update.sh
@@ -16,8 +16,7 @@ updpkgsums
makepkg --printsrcinfo > .SRCINFO
git add .
git commit -m "Upgrade to v${VERSION}"
-makepkg
-sudo pacman -U nvm-${VERSION}-1-any.pkg.tar.xz
+makepkg -i
set +x