Open markgaze opened 6 years ago
sudo su - dev_install emerge net-misc/wget
the wget command needs to be replaced to curl -L https://goo.gl/fd3zc --output crouton;
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 !
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)
I don't know if this can help or if it's not related chroot: failed to run command '/prepare.sh': Exec format error
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.
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?
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 .
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 .
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)
sudo apt install wget bash <(wget -O - https://thonny.org/installer-for-linux)
worked for me. I am using Chromeos v74
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 )