sunhat/install/ulauncher.sh
2024-05-31 08:03:55 -07:00

10 lines
302 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
mkdir -p ~/.config/ulauncher
cp ~/.local/share/omakub/configs/ulauncher.json ~/.config/ulauncher/settings.json
fi