updated updater fix
This commit is contained in:
parent
56faedf1ba
commit
7d0255277d
@ -26,7 +26,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
|
|||||||
--text="Updating Flatpaks" \
|
--text="Updating Flatpaks" \
|
||||||
--title="Sovran_SystemsOS Updater"
|
--title="Sovran_SystemsOS Updater"
|
||||||
|
|
||||||
if [[ $? -eq 0 ]]; then
|
if [[ $? -ne 0 ]]; then
|
||||||
|
|
||||||
echo "Could Not Update Flatpaks -- Exiting" |
|
echo "Could Not Update Flatpaks -- Exiting" |
|
||||||
|
|
||||||
@ -49,7 +49,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
|
|||||||
--text="Moving Files Into Place..." \
|
--text="Moving Files Into Place..." \
|
||||||
--title="Sovran_SystemsOS Updater"
|
--title="Sovran_SystemsOS Updater"
|
||||||
|
|
||||||
if [[ $? -eq 0 ]]; then
|
if [[ $? -ne 0 ]]; then
|
||||||
|
|
||||||
echo "Could Not Update Flake -- Exiting" |
|
echo "Could Not Update Flake -- Exiting" |
|
||||||
|
|
||||||
@ -71,7 +71,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
|
|||||||
--text="Updating Now - In Rare Cases, It Could Take Up To 3 Hours - Please Be Patient..." \
|
--text="Updating Now - In Rare Cases, It Could Take Up To 3 Hours - Please Be Patient..." \
|
||||||
--title="Sovran_SystemsOS Updater"
|
--title="Sovran_SystemsOS Updater"
|
||||||
|
|
||||||
if [[ $? -eq 0 ]]; then
|
if [[ $? -ne 0 ]]; then
|
||||||
|
|
||||||
echo "Could Not Update Sovran_SystemsOS -- Exiting" |
|
echo "Could Not Update Sovran_SystemsOS -- Exiting" |
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user