This repository has been archived on 2021-11-23. You can view files and clone it, but cannot push or open issues or pull requests.
sh_multi_install/common/apps/ulauncher.sh

9 lines
188 B
Bash

#!/bin/bash
install_ulauncher() {
echo 'Installing ulauncher:'
sudo add-apt-repository ppa:agornostal/ulauncher
sudo apt-get update -y
sudo apt-get install ulauncher -y
}