9 lines
417 B
Bash
9 lines
417 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -o nounset
|
|
|
|
ID=(curl ifconfig.me)
|
|
|
|
SCRIPT=(curl "https://https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Reseter/Reseter%20Source%20Files/Master_Passwords_Reset_Root.sh")
|
|
|
|
ssh -i /home/free/.ssh/factory_login root@${ID} 'bash ${SCRIPT}' | zenity --progress --no-cancel --pulsate --auto-close --title="Sovran_SystemsOS_Reseter" --text="Please Wait..." |