Actually fixed the bug that could brick your system

This commit is contained in:
2024-04-18 19:34:20 +03:00
parent c8fc1b902c
commit 3e8b247e83
5 changed files with 68 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import (
/* A simple-to-use package manager */
/* ---------------------------------- */
var bpmVer = "0.1.5"
var bpmVer = "0.1.6"
var subcommand = "help"
var subcommandArgs []string