Skip to content

Instantly share code, notes, and snippets.

@aledbf
Created May 16, 2024 00:11
Show Gist options
  • Save aledbf/ef26efc9b4ff859ed13abb1191ebe392 to your computer and use it in GitHub Desktop.
Save aledbf/ef26efc9b4ff859ed13abb1191ebe392 to your computer and use it in GitHub Desktop.
curl -s https://raw.githubusercontent.com/grahampugh/erase-install/main/erase-install.sh | \
sudo bash /dev/stdin \
--reinstall \
--erase \
--very-insecure-mode \
--credentials=$(printf "%s:%s" "demo" "demo" | iconv -t ISO-8859-1 | base64 -i -) \
--os=13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment