Fixed major bug where deleting obsolete files would delete directories with other files inside them which could brick your system

This commit is contained in:
2024-04-18 15:04:52 +03:00
parent 6472a113cf
commit c8fc1b902c
5 changed files with 26 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import (
/* A simple-to-use package manager */
/* ---------------------------------- */
var bpmVer = "0.1.4"
var bpmVer = "0.1.5"
var subcommand = "help"
var subcommandArgs []string