From 41b6d2b91bc2cb96ed87e51ead08071f92958dc3 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Mon, 11 Aug 2025 16:52:45 +0000 Subject: [PATCH] Installer now pointed to master branch. --- README.md | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 752bf12..df8913d 100755 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ ebook server with minimal requirements, and no reliance on X._ - Curl # 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: diff --git a/install.sh b/install.sh index 0252571..d872f49 100755 --- a/install.sh +++ b/install.sh @@ -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