If it's stupid and it works, it ain't stupid

This commit is contained in:
2025-11-02 13:38:12 +02:00
parent 5322ddf6b4
commit e1e607c1f1

View File

@@ -44,8 +44,10 @@ sudo ./setup.sh
If you just want to use it and don't care about the code or you don't want to download any python dependencies, you can just grab the binary from the releases page and run it. The easiest way to do that is this. If you just want to use it and don't care about the code or you don't want to download any python dependencies, you can just grab the binary from the releases page and run it. The easiest way to do that is this.
```sh ```sh
sudo apt install -y jq
wget https://git.konsthol.eu/konsthol/WOL-Ly/raw/branch/main/setupSingleBinary.sh wget https://git.konsthol.eu/konsthol/WOL-Ly/raw/branch/main/setupSingleBinary.sh
sudo bash setupSingleBinary.sh sudo bash setupSingleBinary.sh
rm setupSingleBinary.sh
``` ```
When you change the .env in the app folder you should run this When you change the .env in the app folder you should run this