change the placeholder text

I forgot to change the placeholder text lmao
This commit is contained in:
Benjamin Wiegand
2025-04-24 22:44:34 -07:00
committed by GitHub
parent f5d344798c
commit bedfc1b7ec
+3 -3
View File
@@ -79,7 +79,7 @@ Find the latest release tarball [on the releases page](https://github.com/web-pr
mkdir ~/downloaded
cd ~/downloaded
curl https://github.com/whateverthefuck(changethisplaceholdertextdumbass) -Lo staged.tar.gz
curl https://github.com/web-presentation-clicker/staged/releases/download/<VERSION CODE>/staged.tar.gz -Lo staged.tar.gz
tar -xvf staged.tar.gz
rm staged.tar.gz
@@ -240,7 +240,7 @@ mkdir -p ~/downloaded
rm -rf ~/downloaded/*
cd ~/downloaded
curl https://github.com/whateverthefuck(changethisplaceholdertextdumbass) -Lo staged.tar.gz
curl https://github.com/web-presentation-clicker/staged/releases/download/<VERSION CODE>/staged.tar.gz -Lo staged.tar.gz
tar -xvf staged.tar.gz
rm staged.tar.gz
@@ -305,4 +305,4 @@ Once you are sure everything is working, you can (optionally) delete the downloa
```bash
sudo rm -rf /opt/staged/downloaded /opt/staged/app-old /var/www/staged-old
```
```