Otterwiki
Attachments
History
Blame
View Source
Changelog
Documentation
About An Otter Wiki
Toggle dark mode
Login
Home
A - Z
Page Index
1-Guides
Authentik-Basic-Setup-Guide
2-Code
Bash
Bootstrap-Script
Email-to-Obsidian-Sync
Fish-Aliases
Mount-Point-Service-Sync
Docker
Docker-Shortcuts
Flash-Container
NV14
Project-F
Stick-RPG
Subway-Surfers
VSCode
K8S
Backup-Pushover-Notification
Home
Stalk-Me
2-Code
Bash
Bootstrap-Script
e58e73
Commit
e58e73
2025-07-28 02:50:18
Tebby Dog
: Modified pastry to what instead of curl
2-code/bash/bootstrap-script.md
..
@@ 86,7 86,7 @@
# Pastey is below
echo "Install pastey?"
if [[ "$answer" == "yes" ]] || [[ "$answer" == "y" ]]; then
-
curl https://somewebsite.com/pastey
+
wget https://somewebsite.com/pastey
sudo cp ./pastey /usr/local/bin/pastey
sudo chmod +x /usr/local/bin/pastey
fi
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9