diff --git a/vargix-os b/vargix-os index a646221..99a48d8 100755 --- a/vargix-os +++ b/vargix-os @@ -81,6 +81,15 @@ updateBuild () { return 0 } +cleanupGenerations () { + logo + echo Removing previous generations from pc + nix-collect-garbage + echo Done you will need to run a build for the boot options to be removed + echo Press any key to continue + read -n 1 +} + updateScript () { git -C $scriptDIR pull echo Script pulled restarting script