Improved redhat installtions

This commit is contained in:
2021-11-24 09:55:57 +01:00
parent ee00077533
commit d0d8f9d221
7 changed files with 24 additions and 22 deletions

View File

@@ -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
}