Bash/Go package manager for Vector
The way the package manager installs packages is by downloading the tar.gz, uncompressing and extracting it to the root of /data/purplpkg..
Package structure should be as such
I will use update.tar as an example
/data/purplpkg
/versions
update
update.tar
update
update being the file that goes into /data/purplpkg.
- Version checking for packages (done in the Bash version just need to do for the Go version)
- Remove function
- Start a public FTP server for all to upload packages
- Make it good idk