Added Goals and Installed Packages
Pre-release
Pre-release
Added a new goals system.
In the config file, you can now set up goals with
[goals.foo]
links = ["bar.config"
You can also setup programs with
[packages]
app_name = "apt"
app_aliases = ["apt-get","apt-cache"]
checker_script = "apt --help"
link_name = "apt-sources"