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