Skip to content

Commit

Permalink
Merge pull request #17 from Ulauncher/fix/ubuntu-installation-instruc…
Browse files Browse the repository at this point in the history
…tions

fix: ubuntu installation instructions
  • Loading branch information
gornostal authored Oct 25, 2023
2 parents 1c2f093 + 3c34ae0 commit 81388bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jQuery(function($) {
$('#aur-shell').html(aurShell);

var launchpadPackage = selectStable ? 'ulauncher' : 'ulauncher-dev';
$('#ubuntu-ppa').html('<code>sudo add-apt-repository ppa:agornostal/' + launchpadPackage + ' && sudo apt update && sudo apt install ulauncher</code>');
$('#ubuntu-ppa').html('<code>sudo add-apt-repository universe -y && sudo add-apt-repository ppa:agornostal/' + launchpadPackage + ' -y && sudo apt update && sudo apt install ulauncher</code>');

var debianInstructions = 'sudo apt update && sudo apt install -y gnupg\n' +
'gpg --keyserver keyserver.ubuntu.com --recv 0xfaf1020699503176\n' +
Expand Down

0 comments on commit 81388bb

Please sign in to comment.