Sting Alleman
Sting Alleman
Hi, When you clone a repository with `Depth: 1`, you cannot pull it. It'll error with `object not found`. Cloning: ```go _, err := git.PlainClone(repoPath, false, &git.CloneOptions{ URL: gitURL, Depth:...
Adds colored output to stdout. Doesn't support file-loggers atm (you'll get this `[[90mDEBUG[0m] debug.go:16: DEBUG`, I don't know how to use the old prefixes when writing to a file) Exposes...
sudo password prompt to get permissions with warning
`url = "http://ftp.gnu.org/gnu/bash/bash-5.1.8.tar.gz"` == `url = "http://ftp.gnu.org/gnu/%n/%n-%v.tar.gz"` `%n` = name `%v` = version
```go var ( // Path that houses config & repositores PakketPath = "/etc/pakket" // Path to main pakket config ConfigFile = path.Join(PakketPath, "config.toml") // Path to lockfile w/ currently installed...
Packages that are already pre-installed by macOS, but still are required as dependencies for our own packages. These should be installed in a separate prefix, one that is not in...