mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-17 12:34:21 +01:00
Proper signing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
gpg --keyserver keyserver.ubuntu.com --recv 0xfaf1020699503176
|
||||
gpg --export 0xfaf1020699503176 | sudo tee /usr/share/keyrings/ulauncher-archive-keyring.gpg >/dev/null
|
||||
echo "deb http://ppa.launchpad.net/agornostal/ulauncher/ubuntu noble main" | sudo tee /etc/apt/sources.list.d/ulauncher-noble.list
|
||||
echo "deb [signed-by=/usr/share/keyrings/ulauncher-archive-keyring.gpg] http://ppa.launchpad.net/agornostal/ulauncher/ubuntu noble main" | sudo tee /etc/apt/sources.list.d/ulauncher-noble.list
|
||||
|
||||
sudo apt update -y
|
||||
sudo apt install -y ulauncher
|
||||
|
||||
Reference in New Issue
Block a user