removed format strings

This commit is contained in:
2025-03-25 14:05:52 +01:00
parent 8fdf778133
commit c3fe05c978

View File

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