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