You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var (
// Path that houses config & repositoresPakketPath="/etc/pakket"// Path to main pakket configConfigFile=path.Join(PakketPath, "config.toml")
// Path to lockfile w/ currently installed packagesLockfilePath=path.Join(PakketPath, "lockfile.toml")
// Path to pakket repositoriesRepoPath=path.Join(PakketPath, "repositories")
// Path to temporary downloads/clonesDownloadPath="/var/tmp/pakket"// PrefixPrefix="/usr/local"
)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: