Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu: remove PPA, use native packages #109

Merged
merged 1 commit into from
Aug 3, 2020
Merged

Ubuntu: remove PPA, use native packages #109

merged 1 commit into from
Aug 3, 2020

Conversation

angristan
Copy link
Owner

Fix #108

@angristan
Copy link
Owner Author

angristan commented Aug 3, 2020

Tested on 16.04, 18.04, 20.04

@angristan angristan merged commit 5a65e88 into master Aug 3, 2020
@angristan angristan deleted the ubuntu-no-ppa branch August 3, 2020 15:07
@randshell
Copy link
Contributor

The uninstall function is affected too.

if [[ ${OS} == 'ubuntu' ]]; then
apt-get autoremove --purge -y wireguard qrencode
add-apt-repository -y -r ppa:wireguard/wireguard
elif [[ ${OS} == 'debian' ]]; then
apt-get autoremove --purge -y wireguard qrencode

@angristan
Copy link
Owner Author

Good catch thanks

angristan added a commit that referenced this pull request Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrating From Ubuntu PPA to Real Ubuntu Packages
2 participants