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