mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Installer now pointed to master branch.
This commit is contained in:
2
README.md
vendored
2
README.md
vendored
@@ -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:
|
||||
|
||||
|
||||
2
install.sh
vendored
2
install.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user