updated both updaters
This commit is contained in:
parent
b6659d7ff6
commit
4e68abcfc6
@ -1,39 +1,40 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
FLATPAK () {
|
LOGIN () {
|
||||||
|
|
||||||
if ! ssh root@localhost 'flatpak update -y' ; then
|
|
||||||
|
|
||||||
zenity --error \
|
|
||||||
--width=550 \
|
|
||||||
--title="Sovran_SystemsOS_Light_Updater" \
|
|
||||||
--text="Could Not Update Flatpaks."
|
|
||||||
|
|
||||||
exit 1
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
SPICE-FLAKE () {
|
|
||||||
|
|
||||||
time_stamp=$(date +%Y-%m-%d-%T)
|
|
||||||
|
|
||||||
mkdir -p /home/free/Documents/Updater_App_Logs
|
mkdir -p /home/free/Documents/Updater_App_Logs
|
||||||
|
|
||||||
ssh root@localhost "cd /etc/nixos && nix flake update 2>&1 | tee /home/free/Documents/Updater_App_Logs/{$time_stamp}-Updater_Flake_Log.txt"
|
time_stamp=$(date +%Y-%m-%d-%T)
|
||||||
|
|
||||||
|
ssh root@localhost flatpak update -y &> /home/free/Documents/Updater_App_Logs/{$time_stamp}-Updater_Login_Log.txt
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
HUNGRY () {
|
||||||
TACO-FLAKE () {
|
|
||||||
|
|
||||||
pushd /home/free/Documents/Updater_App_Logs
|
pushd /home/free/Documents/Updater_App_Logs
|
||||||
|
|
||||||
file=$(ls -Art | tail -n 1)
|
file=$(ls -Art | tail -n 1)
|
||||||
|
|
||||||
if grep -w "nix: error" $file ; then
|
if grep -w "Permission denied" $file ; then
|
||||||
|
|
||||||
|
zenity --error \
|
||||||
|
--width=500 \
|
||||||
|
--title="Sovran_SystemsOS_Light_Updater" \
|
||||||
|
--text="Authentication canceled. Exiting..."
|
||||||
|
exit 1
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
|
popd
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
FLAKE () {
|
||||||
|
|
||||||
|
time_stamp=$(date +%Y-%m-%d-%T)
|
||||||
|
|
||||||
|
if ! ssh root@localhost "cd /etc/nixos && nix flake update &> /home/free/Documents/Updater_App_Logs/{$time_stamp}-Updater_Flake_Log.txt" ; then
|
||||||
|
|
||||||
zenity --error \
|
zenity --error \
|
||||||
--width=1300 \
|
--width=1300 \
|
||||||
@ -44,8 +45,6 @@ if grep -w "nix: error" $file ; then
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
popd
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PANCAKE-FLAKE () {
|
PANCAKE-FLAKE () {
|
||||||
@ -63,7 +62,7 @@ if ! grep -w "updating" $file ; then
|
|||||||
--title="Sovran_SystemsOS_Light_Updater" \
|
--title="Sovran_SystemsOS_Light_Updater" \
|
||||||
--text="There are no updates at this time. Your Sovran Book Pro is up to date!"
|
--text="There are no updates at this time. Your Sovran Book Pro is up to date!"
|
||||||
|
|
||||||
exit 1
|
exit 0
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -71,13 +70,10 @@ popd
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
SPICE () {
|
SPICE () {
|
||||||
|
|
||||||
time_stamp=$(date +%Y-%m-%d-%T)
|
time_stamp=$(date +%Y-%m-%d-%T)
|
||||||
|
|
||||||
mkdir -p /home/free/Documents/Updater_App_Logs
|
|
||||||
|
|
||||||
xterm -T "Sovran_SystemsOS_Light_Updater" -fa 'Noto Mono' -fs 15 -fg white -bg black -e bash -c "ssh root@localhost 'cd /etc/nixos && nixos-rebuild switch --impure 2>&1 | tee /home/free/Documents/Updater_App_Logs/{$time_stamp}-Updater_Log.txt'"
|
xterm -T "Sovran_SystemsOS_Light_Updater" -fa 'Noto Mono' -fs 15 -fg white -bg black -e bash -c "ssh root@localhost 'cd /etc/nixos && nixos-rebuild switch --impure 2>&1 | tee /home/free/Documents/Updater_App_Logs/{$time_stamp}-Updater_Log.txt'"
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -115,10 +111,10 @@ popd
|
|||||||
|
|
||||||
curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Light_Updater/Updater%20Source%20Files/Intro.md" |
|
curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Light_Updater/Updater%20Source%20Files/Intro.md" |
|
||||||
|
|
||||||
zenity --text-info \
|
zenity --text-info \
|
||||||
--width=1100 \
|
--width=1100 \
|
||||||
--height=830 \
|
--height=830 \
|
||||||
--title="Sovran_SystemsOS_Light_Updater"
|
--title="Sovran_SystemsOS_Light_Updater"
|
||||||
|
|
||||||
if [[ $? -eq 1 ]]; then
|
if [[ $? -eq 1 ]]; then
|
||||||
|
|
||||||
@ -126,11 +122,11 @@ if [[ $? -eq 1 ]]; then
|
|||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
FLATPAK | zenity --progress --no-cancel --auto-close --width=500 --pulsate --text="Updating Flatpaks now..." --title="Sovran_SystemsOS_Light_Updater"
|
LOGIN | zenity --progress --no-cancel --auto-close --width=500 --pulsate --text="Updating Flatpaks now..." --title="Sovran_SystemsOS_Light_Updater"
|
||||||
|
|
||||||
SPICE-FLAKE | zenity --progress --no-cancel --auto-close --width=500 --pulsate --text="Updating Flake now..." --title="Sovran_SystemsOS_Light_Updater"
|
HUNGRY
|
||||||
|
|
||||||
TACO-FLAKE
|
FLAKE | zenity --progress --no-cancel --auto-close --width=500 --pulsate --text="Updating Flake now..." --title="Sovran_SystemsOS_Light_Updater"
|
||||||
|
|
||||||
PANCAKE-FLAKE
|
PANCAKE-FLAKE
|
||||||
|
|
||||||
|
@ -1,39 +1,40 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
FLATPAK () {
|
LOGIN () {
|
||||||
|
|
||||||
if ! ssh root@localhost 'flatpak update -y' ; then
|
|
||||||
|
|
||||||
zenity --error \
|
|
||||||
--width=550 \
|
|
||||||
--title="Sovran_SystemsOS_Updater" \
|
|
||||||
--text="Could Not Update Flatpaks."
|
|
||||||
|
|
||||||
exit 1
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
SPICE-FLAKE () {
|
|
||||||
|
|
||||||
time_stamp=$(date +%Y-%m-%d-%T)
|
|
||||||
|
|
||||||
mkdir -p /home/free/Documents/Updater_App_Logs
|
mkdir -p /home/free/Documents/Updater_App_Logs
|
||||||
|
|
||||||
ssh root@localhost "cd /etc/nixos && nix flake update 2>&1 | tee /home/free/Documents/Updater_App_Logs/{$time_stamp}-Updater_Flake_Log.txt"
|
time_stamp=$(date +%Y-%m-%d-%T)
|
||||||
|
|
||||||
|
ssh root@localhost flatpak update -y &> /home/free/Documents/Updater_App_Logs/{$time_stamp}-Updater_Login_Log.txt
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
HUNGRY () {
|
||||||
TACO-FLAKE () {
|
|
||||||
|
|
||||||
pushd /home/free/Documents/Updater_App_Logs
|
pushd /home/free/Documents/Updater_App_Logs
|
||||||
|
|
||||||
file=$(ls -Art | tail -n 1)
|
file=$(ls -Art | tail -n 1)
|
||||||
|
|
||||||
if grep -w "nix: error" $file ; then
|
if grep -w "Permission denied" $file ; then
|
||||||
|
|
||||||
|
zenity --error \
|
||||||
|
--width=500 \
|
||||||
|
--title="Sovran_SystemsOS_Updater" \
|
||||||
|
--text="Authentication canceled. Exiting..."
|
||||||
|
exit 1
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
|
popd
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
FLAKE () {
|
||||||
|
|
||||||
|
time_stamp=$(date +%Y-%m-%d-%T)
|
||||||
|
|
||||||
|
if ! ssh root@localhost "cd /etc/nixos && nix flake update &> /home/free/Documents/Updater_App_Logs/{$time_stamp}-Updater_Flake_Log.txt" ; then
|
||||||
|
|
||||||
zenity --error \
|
zenity --error \
|
||||||
--width=1300 \
|
--width=1300 \
|
||||||
@ -44,8 +45,6 @@ if grep -w "nix: error" $file ; then
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
popd
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PANCAKE-FLAKE () {
|
PANCAKE-FLAKE () {
|
||||||
@ -63,7 +62,7 @@ if ! grep -w "updating" $file ; then
|
|||||||
--title="Sovran_SystemsOS_Updater" \
|
--title="Sovran_SystemsOS_Updater" \
|
||||||
--text="There are no updates at this time. Your Sovran Pro is up to date!"
|
--text="There are no updates at this time. Your Sovran Pro is up to date!"
|
||||||
|
|
||||||
exit 1
|
exit 0
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -71,13 +70,10 @@ popd
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
SPICE () {
|
SPICE () {
|
||||||
|
|
||||||
time_stamp=$(date +%Y-%m-%d-%T)
|
time_stamp=$(date +%Y-%m-%d-%T)
|
||||||
|
|
||||||
mkdir -p /home/free/Documents/Updater_App_Logs
|
|
||||||
|
|
||||||
xterm -T "Sovran_SystemsOS_Updater" -fa 'Noto Mono' -fs 15 -fg white -bg black -e bash -c "ssh root@localhost 'cd /etc/nixos && nixos-rebuild switch --impure 2>&1 | tee /home/free/Documents/Updater_App_Logs/{$time_stamp}-Updater_Log.txt'"
|
xterm -T "Sovran_SystemsOS_Updater" -fa 'Noto Mono' -fs 15 -fg white -bg black -e bash -c "ssh root@localhost 'cd /etc/nixos && nixos-rebuild switch --impure 2>&1 | tee /home/free/Documents/Updater_App_Logs/{$time_stamp}-Updater_Log.txt'"
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -115,10 +111,10 @@ popd
|
|||||||
|
|
||||||
curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Updater/Updater%20Source%20Files/Intro.md" |
|
curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Updater/Updater%20Source%20Files/Intro.md" |
|
||||||
|
|
||||||
zenity --text-info \
|
zenity --text-info \
|
||||||
--width=1100 \
|
--width=1100 \
|
||||||
--height=830 \
|
--height=830 \
|
||||||
--title="Sovran_SystemsOS_Updater"
|
--title="Sovran_SystemsOS_Updater"
|
||||||
|
|
||||||
if [[ $? -eq 1 ]]; then
|
if [[ $? -eq 1 ]]; then
|
||||||
|
|
||||||
@ -126,11 +122,11 @@ if [[ $? -eq 1 ]]; then
|
|||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
FLATPAK | zenity --progress --no-cancel --auto-close --width=500 --pulsate --text="Updating Flatpaks now..." --title="Sovran_SystemsOS_Updater"
|
LOGIN | zenity --progress --no-cancel --auto-close --width=500 --pulsate --text="Updating Flatpaks now..." --title="Sovran_SystemsOS_Updater"
|
||||||
|
|
||||||
SPICE-FLAKE | zenity --progress --no-cancel --auto-close --width=500 --pulsate --text="Updating Flake now..." --title="Sovran_SystemsOS_Updater"
|
HUNGRY
|
||||||
|
|
||||||
TACO-FLAKE
|
FLAKE | zenity --progress --no-cancel --auto-close --width=500 --pulsate --text="Updating Flake now..." --title="Sovran_SystemsOS_Updater"
|
||||||
|
|
||||||
PANCAKE-FLAKE
|
PANCAKE-FLAKE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user