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 previous version of egpu-switcher had a PPA that allowed Ubuntu users to easily install and update egpu-switcher via apt. Because the PPA was such a headache to maintain, it is no longer supported right now. A solution must be found to address that.
Create a CI pipeline to package the application as a .deb package for Debian/Ubuntu and its derivatives
Distribute the package automatically via CI to some kind of repository like the PPA or deb-get
The text was updated successfully, but these errors were encountered:
Unfortunately, pushing to the PPA is not the main problem. It's that I'd need to figure out how to build the go application on the PPA, because AFAIK the PPA doesn't allow to publish prebuilt .deb packages/binaries. That's why I was considering something like deb-get as opposed to the PPA, as I could simply point that to a .deb Github release artifact. :)
The previous version of egpu-switcher had a
PPA
that allowed Ubuntu users to easily install and update egpu-switcher viaapt
. Because the PPA was such a headache to maintain, it is no longer supported right now. A solution must be found to address that..deb
package for Debian/Ubuntu and its derivativesThe text was updated successfully, but these errors were encountered: