Update install

This commit is contained in:
2025-03-25 14:29:12 +01:00
parent ebd59bac4f
commit 745b3d6d2e

View File

@@ -1,6 +1,6 @@
#!/bin/bash
mkdir -p ~/.local/bin
echo -e "#!/bin/bash\nsh -c \"\$(curl -sSL https://git.bork.quest/skullbite/pupcmd/raw/branch/main/pupcmd/\$1)\"" >> ~/.local/bin/pupcmd
echo -e "#!/bin/bash\nsh -c \"\$(curl -sSL https://git.bork.quest/skullbite/pupcmd/raw/branch/main/\$1)\"" >> ~/.local/bin/pupcmd
chmod +x ~/.local/bin/pupcmd
echo "done lol"