removed format strings
This commit is contained in:
2
install
2
install
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user