forked from sh-edraft.de/sh_linux_installation_scripts
Added redhat scripts
This commit is contained in:
8
common/redhat/apps/ulauncher.sh
Normal file
8
common/redhat/apps/ulauncher.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_ulauncher() {
|
||||
echo "Installing Ulauncher"
|
||||
sudo add-dnf-repository ppa:agornostal/ulauncher
|
||||
sudo dnf update -y
|
||||
sudo dnf install ulauncher -y
|
||||
}
|
Reference in New Issue
Block a user