From 705c0cb3d043bf8f00e12844ee0a591aa6991191 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Sat, 9 Aug 2025 02:04:30 +0000 Subject: [PATCH] Added exit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 300eee9..df7fedb 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 + sudo pacman -Syy python-uv --noconfirm sudo mkdir /etc/pyShelf sudo cp -avR . /etc/pyShelf cd /etc/pyShelf