altreact / archbk

Run Arch Linux ARM on Your Chromebook
GNU General Public License v2.0
78 stars 16 forks source link

why #16

Open MrEMC9000 opened 3 years ago

MrEMC9000 commented 3 years ago

sh: 0: Refusing to exec make-arch_drv.sh from noexec mount; see https://chromium.googlesource.com/chromiumos/docs/+/master/security/noexec_shell_scripts.md

daboisadasd commented 2 years ago

To fix this error, copy the file to /var/ then execute the file in /var/ For example cd /tmp git clone https://github.com/altreact/archbk.git cd archbk cp make.sh /var sh -c "$(cat /var/make.sh)" sorry for my poor explanation