From 2993a57298636c2074aa49f8f524c80c86333451 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Sat, 9 Aug 2025 02:07:34 +0000 Subject: [PATCH] Added exit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index df7fedb..934ff2f 100755 --- a/install.sh +++ b/install.sh @@ -23,7 +23,7 @@ git checkout 0.8.0--dev-zipapp # if on arch linux, install python3-uv if [ -f /etc/arch-release ]; then - sudo pacman -Syy python-uv --noconfirm + sudo pacman --noconfirm -Syy python-uv sudo mkdir /etc/pyShelf sudo cp -avR . /etc/pyShelf cd /etc/pyShelf