mirror of
https://github.com/EnumeratedDev/bpm.git
synced 2026-09-16 10:36:12 +00:00
- BPM Can now install and remove symlinks
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
||||
/* A simple-to-use package manager */
|
||||
/* ---------------------------------- */
|
||||
|
||||
var bpmVer = "0.0.6"
|
||||
var bpmVer = "0.0.7"
|
||||
var rootDir = "/"
|
||||
|
||||
func main() {
|
||||
@@ -215,6 +215,7 @@ func resolveCommand() {
|
||||
}
|
||||
}
|
||||
err := bpm_utils.RemovePackage(pkg, rootDir)
|
||||
|
||||
if err != nil {
|
||||
log.Fatalf("Could not remove package\nError: %s\n", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user