forked from sh-edraft.de/sh_linux_installation_scripts
Added redhat scripts
This commit is contained in:
11
common/redhat/apps/sublime_text.sh
Normal file
11
common/redhat/apps/sublime_text.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_sublime_text() {
|
||||
echo "Installing sublime-text"
|
||||
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo dnf-key add -
|
||||
sudo dnf install dnf-transport-https -y
|
||||
sudo add-dnf-repository "deb https://download.sublimetext.com/ dnf/stable/"
|
||||
|
||||
sudo dnf update
|
||||
sudo dnf install sublime-text -y
|
||||
}
|
Reference in New Issue
Block a user