Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mush.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down