headmelted / codebuilds

Community builds of Visual Studio Code for Chromebooks and Raspberry Pi
https://code.headmelted.com
MIT License
1.02k stars 56 forks source link

wget doesn't work on ChromeOS v64 #40

Open markgaze opened 6 years ago

markgaze commented 6 years ago

wget seems to have been removed in recent versions of ChromeOS which makes the install docs incorrect

I had to run the following command to install:

. <( curl -s https://code.headmelted.com/installers/chromebook.sh )

zxrzy commented 6 years ago

sudo su - dev_install emerge net-misc/wget

shovelend commented 6 years ago

the wget command needs to be replaced to curl -L https://goo.gl/fd3zc --output crouton;

Laurisylva commented 6 years ago

After your lines of code with curl, the console shows at the beginning of the downloads : Warning: Failed to create the file crouton: Read-only file system

How can i disable this read-only access ? Thanks !

GabrielDelepine commented 6 years ago

Any update on this issue? I don't know if it's related but the install fails for me without error message even after having installed wget (I have Chrome OS 65 in a Toshiba Chromebook 2 with the newest firmware)

GabrielDelepine commented 6 years ago

I don't know if this can help or if it's not related chroot: failed to run command '/prepare.sh': Exec format error

headmelted commented 6 years ago

I'm reworking the scripts right now to support ARM updates and the new batch of ARM64 devices. I should mention that anyone on an ARM64 device that has Google's new Linux app support would be better installing the packages there - I'll be providing a script and instructions for this.

ifeatu commented 6 years ago

Any update on this? I've tried: curl -L https://code.headmelted.com/installers/chromebook.sh | sh -i and it blows straight through the prompts without pausing for input. Does anyone have a rendition of this that waits for prompt?

headmelted commented 6 years ago

Sorry for being quiet on this, I've been working non-stop to get this patched up and havent had a chance to look at the tickets again yet.

Will have this fixed today or tomorrow!

On Wed, Oct 17, 2018, 23:38 Pierre notifications@github.com wrote:

Any update on this? I've tried: curl -L https://code.headmelted.com/installers/chromebook.sh | sh -i and it blows straight through the prompts without pausing for input. Does anyone have a rendition of this that waits for prompt?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/headmelted/codebuilds/issues/40#issuecomment-430813768, or mute the thread https://github.com/notifications/unsubscribe-auth/AKYVoH39SaV6DetuWW4Rj_SWYwTQFQgSks5ul7FhgaJpZM4Qiq-C .

nanasekyere commented 6 years ago

Any update on this?

Sorry for being quiet on this, I've been working non-stop to get this patched up and havent had a chance to look at the tickets again yet. Will have this fixed today or tomorrow! On Wed, Oct 17, 2018, 23:38 Pierre @.***> wrote: Any update on this? I've tried: curl -L https://code.headmelted.com/installers/chromebook.sh | sh -i and it blows straight through the prompts without pausing for input. Does anyone have a rendition of this that waits for prompt? — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#40 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AKYVoH39SaV6DetuWW4Rj_SWYwTQFQgSks5ul7FhgaJpZM4Qiq-C .

ThePrankMonkey commented 5 years ago

I installed with . <( curl --silent https://code.headmelted.com/installers/chromebook.sh ). It asked for prompts. code did not work in crosh or shell afterwards, though.

Running Version 69.0.3497.120 (Official Build) (64-bit)

KenGrierson1 commented 5 years ago

sudo apt install wget bash <(wget -O - https://thonny.org/installer-for-linux)

worked for me. I am using Chromeos v74