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
README.md vendored
View File

@@ -39,7 +39,7 @@ ebook server with minimal requirements, and no reliance on X._
- Curl - Curl
# Installation # Installation
curl -fsSL https://raw.githubusercontent.com/th3r00t/pyShelf/refs/heads/0.8.0--dev-zipapp/install.sh | sudo bash curl -fsSL https://raw.githubusercontent.com/th3r00t/pyShelf/refs/heads/master/install.sh | sudo bash
pyShelf is installed as a systemd service, enabled by default, you can control it with the following commands: pyShelf is installed as a systemd service, enabled by default, you can control it with the following commands:

2
install.sh vendored
View File

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