forked from sh-edraft.de/sh_linux_installation_scripts
Improved redhat installtions
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
install_chrome() {
|
||||
echo 'Installing Google Chrome'
|
||||
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||
sudo dpkg -i ./google-chrome-stable_current_amd64.deb
|
||||
rm google-chrome-stable_current_amd64.deb
|
||||
sudo dnf install chrome-gnome-shell -y
|
||||
sudo dnf install fedora-workstation-repositories
|
||||
sudo dnf config-manager --set-enabled google-chrome
|
||||
sudo dnf install google-chrome-stable -y
|
||||
}
|
||||
|
Reference in New Issue
Block a user