updated reseter source scrpit
This commit is contained in:
parent
66963095fa
commit
c4c604e450
@ -2,23 +2,6 @@
|
|||||||
|
|
||||||
set -o nounset
|
set -o nounset
|
||||||
|
|
||||||
PASSWDOLD=$(zenity --password --title="Sovran Pro Updater Password From Factory")
|
|
||||||
|
|
||||||
touch /var/lib/success
|
|
||||||
|
|
||||||
if [[ $? -eq 1 ]]; then
|
|
||||||
|
|
||||||
exit 1
|
|
||||||
|
|
||||||
else
|
|
||||||
|
|
||||||
if [[ $? != 0 ]]; then
|
|
||||||
echo "Wrong Password -- exiting" >&2
|
|
||||||
exit 2
|
|
||||||
fi
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Reseter/Reseter_Intro.md" |
|
curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Reseter/Reseter_Intro.md" |
|
||||||
zenity --text-info \
|
zenity --text-info \
|
||||||
--title="Sovran_SystemsOS Reseter" \
|
--title="Sovran_SystemsOS Reseter" \
|
||||||
|
Loading…
Reference in New Issue
Block a user