Software/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh

15 lines
537 B
Bash
Executable File

#!/usr/bin/env bash
set -o nounset
ID=$(curl ifconfig.me)
cd /home/free/Downloads
wget "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Reseter/Reseter%20Source%20Files/Master_Passwords_Reset_Root.sh"
bash /home/free/Downloads/Master_Passwords_Reset.sh | zenity --progress --no-cancel --pulsate --auto-close --width=500 --title="Sovran_SystemsOS_Reseter" --text="Please Wait. Passwords Are Being Reset. This May Take Some Time..."
rm -rf /home/free/Downloads/Master_Passwords_Reset.sh
exit 0