curl
,
fetch
,
wget
Wget
Method
Command
curl
sh -c "$(curl -fsSL
https://raw.site/install.sh
)"
wget
sh -c "$(wget -O-
https://raw.site/install.sh
)"
fetch
sh -c "$(fetch -o -
https://raw.site/install.sh
)"