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
The rough idea is to make it so that people can install alt using their system package manager. This is really a two part solution:
Build a package
Push that package to a repository
This something that should be CI driven as much as possible. The best would be to have all of this done automatically when a new version is pushed.
Platforms support
What follows is a rough list of platforms that we want to support. This list doesn't cover everything. It covers what I currently use and what I current use and need.
Problem
Currently,
alt
is installed using acurl ... | bash
one-liner. This is not really acceptable. It works, but it's not a good solution.There are a few problems with this:
curl ... | bash
is super shady. A lot of people are not fond of installing packages using this.Solution
The rough idea is to make it so that people can install
alt
using their system package manager. This is really a two part solution:This something that should be CI driven as much as possible. The best would be to have all of this done automatically when a new version is pushed.
Platforms support
What follows is a rough list of platforms that we want to support. This list doesn't cover everything. It covers what I currently use and what I current use and need.
References
The text was updated successfully, but these errors were encountered: