Added exit

This commit is contained in:
2025-08-09 02:07:34 +00:00
parent 705c0cb3d0
commit 2993a57298

2
install.sh vendored
View File

@@ -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