Bash: Wget: Command Not Found
Answer :
alternative:
curl
- transfer a URL
. <( curl --silent https://code.headmelted.com/installers/chromebook.sh )
wget
has been removed from recent versions of ChromeOS
which includes what's installed on the `ASUS-Chromebook-Flip-C302CA'.
You can use the curl
command to download the files instead.
Comments
Post a Comment