From f23c8bd3bfde0c6522b815204c9e1d728d9d6ec8 Mon Sep 17 00:00:00 2001 From: Star_destroyer11 Date: Thu, 26 Feb 2026 08:39:38 -0700 Subject: [PATCH] Update Chromebrew installation url in mush.sh --- mush.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mush.sh b/mush.sh index afbf86c..e011a72 100644 --- a/mush.sh +++ b/mush.sh @@ -1000,7 +1000,7 @@ attempt_restore_backup_backup() { } attempt_install_chromebrew() { - doas 'sudo -i -u chronos curl -Ls git.io/vddgY | bash' # kinda works now with cros_debug + doas 'sudo bash <(curl -fsSL https://raw.githubusercontent.com/chromebrew/chromebrew/refs/heads/master/install.sh)' # kinda works now with cros_debug read -p 'Press enter to exit' }