From 2d7864527f54a900ec2217c5c8edd294402f598f Mon Sep 17 00:00:00 2001 From: Kurtis Date: Sat, 17 Aug 2024 06:48:05 +1000 Subject: [PATCH] update added cleanup option --- vargix-os | 9 +++++++++ 1 file changed, 9 insertions(+) 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