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