sunhat/install/ulauncher.sh

7 lines
188 B
Bash
Raw Normal View History

2024-05-26 18:09:34 -05:00
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