forked from sh-edraft.de/sh_linux_installation_scripts
Changed file structure
This commit is contained in:
8
common/debian/apps/ulauncher.sh
Normal file
8
common/debian/apps/ulauncher.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/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
|
||||
}
|
Reference in New Issue
Block a user