file move and added .md file
This commit is contained in:
parent
a1baebdcaf
commit
2be3ccb7d5
@ -0,0 +1,2 @@
|
|||||||
|
Welcome to the Sovran_SystemsOS Updater!
|
||||||
|
|
@ -5,7 +5,7 @@ password=$(zenity --password --title="Sovran_SystemsOS Updater")
|
|||||||
if [ $? -eq 1 ] ; then
|
if [ $? -eq 1 ] ; then
|
||||||
|
|
||||||
zenity --error \
|
zenity --error \
|
||||||
--text="Update canceled."
|
--text="Update Canceled By User."
|
||||||
|
|
||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
@ -19,7 +19,11 @@ password=$(zenity --password --title="Sovran_SystemsOS Updater")
|
|||||||
|
|
||||||
pushd /etc/nixos/
|
pushd /etc/nixos/
|
||||||
|
|
||||||
echo -e $password | sudo -S nix flake update
|
zenity --info \
|
||||||
|
--ellipsize \
|
||||||
|
--no-wrap \
|
||||||
|
--title="Sovran_SystemsOS Updater" \
|
||||||
|
--text="$(echo -e $password | sudo -S nix flake update)"
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in New Issue
Block a user