Installer now pointed to master branch.

This commit is contained in:
2025-08-11 16:52:45 +00:00
parent 2724d97e55
commit 41b6d2b91b
2 changed files with 2 additions and 2 deletions

2
install.sh vendored
View File

@@ -8,7 +8,7 @@ cd /tmp/pyShelf/
# Ensure the correct branch is checked out before installing dependencies
git fetch origin
git checkout 0.8.0--dev
# git checkout 0.8.0--dev
# if on arch linux, install python3-uv
if [ -f /etc/arch-release ]; then