chroagh-dev icon indicating copy to clipboard operation
chroagh-dev copied to clipboard

wget: command not found

Open ghost opened this issue 7 years ago • 2 comments

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?

ghost avatar Jun 13 '18 09:06 ghost

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

then follow along as normal

soppelmann avatar Jun 29 '18 13:06 soppelmann

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'

soppelmann avatar Jun 29 '18 13:06 soppelmann