sunhat/install/ulauncher.sh
2024-05-26 16:09:34 -07:00

7 lines
188 B
Bash

if ! command -v ulauncher &>/dev/null; then
sudo add-apt-repository universe -y
sudo add-apt-repository ppa:agornostal/ulauncher -y
sudo apt update -y
sudo apt install -y ulauncher
fi