qntmpkts / chroagh-dev

Chromium OS Archlinux Chroot Environment
BSD 3-Clause "New" or "Revised" License
24 stars 11 forks source link

wget: command not found #10

Open ghost opened 6 years ago

ghost commented 6 years ago

I tried to follow the steps to create the chroot and after this command:

wget https://api.github.com/repos/qntmpkts/chroagh/tarball -O chroagh.tar.gz tar

I got the message: bash: wget: command not found

Maybe change the command to use curl?

soppelmann commented 6 years ago

curl -L https://api.github.com/repos/eyqs/chroagh -dev/tarball --output chroagh.tar.gz

then follow along as normal

soppelmann commented 6 years ago

I also suggest using a mirror for arch because its way faster and i get errors when i dont, like this

sudo sh -e installer/main.sh -r arch -t xfce -m 'https://archive.archlinux.org/repos/2018/06/25/$repo/os/$arch'