sunhat/install/ulauncher.sh
2024-05-30 17:23:47 -07:00

8 lines
271 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
cp ~/.local/share/omakub/configs/ulauncher.json ~/.config/ulauncher/settings.json
fi