updated updater
This commit is contained in:
parent
cd363c0955
commit
6816045718
@ -8,46 +8,39 @@ zenity --text-info \
|
||||
--height=710
|
||||
|
||||
if [[ $? -eq 1 ]]; then
|
||||
zenity --info \
|
||||
--title="Sovran_SystemsOS Updater" \
|
||||
--text="Update Canceled By User"
|
||||
|
||||
exit 1
|
||||
|
||||
exit 1
|
||||
fi
|
||||
|
||||
password=$(zenity --password --title="Sovran_SystemsOS Updater")
|
||||
|
||||
if [ $? -eq 1 ] ; then
|
||||
|
||||
zenity --info \
|
||||
--title="Sovran_SystemsOS Updater" \
|
||||
--text="Update Canceled By User"
|
||||
exit 2
|
||||
|
||||
exit 2
|
||||
|
||||
else
|
||||
|
||||
|
||||
pushd /etc/nixos/
|
||||
|
||||
echo -e "$password" | sudo -S nix flake update
|
||||
|
||||
popd
|
||||
else
|
||||
|
||||
|
||||
echo -e "$password" | sudo -S nixos-rebuild switch --impure |
|
||||
zenity --progress \
|
||||
--no-cancel \
|
||||
--auto-close \
|
||||
--pulsate \
|
||||
--title="Sovran_SystemsOS Updater"
|
||||
pushd /etc/nixos/
|
||||
|
||||
echo -e "$password" | sudo -S nix flake update
|
||||
|
||||
popd
|
||||
|
||||
|
||||
zenity --info \
|
||||
--ellipsize \
|
||||
--no-wrap \
|
||||
--title="Sovran_SystemsOS Updater" \
|
||||
--text="Complete! Please Reboot."
|
||||
echo -e "$password" | sudo -S nixos-rebuild switch --impure |
|
||||
zenity --progress \
|
||||
--no-cancel \
|
||||
--auto-close \
|
||||
--pulsate \
|
||||
--title="Sovran_SystemsOS Updater"
|
||||
|
||||
|
||||
zenity --info \
|
||||
--ellipsize \
|
||||
--no-wrap \
|
||||
--title="Sovran_SystemsOS Updater" \
|
||||
--text="Complete! Please Reboot."
|
||||
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user