Skip to content
Snippets Groups Projects
Commit 7d5ce1b8 authored by Imran Hussain's avatar Imran Hussain
Browse files

google chrome, pull rpm straight from google and let them setyp the repo

parent 0f2cddbb
No related branches found
No related tags found
No related merge requests found
......@@ -185,6 +185,14 @@ echo "Install unitedrpms"
dnf -y install https://raw.githubusercontent.com/UnitedRPMs/unitedrpms/master/RPM/unitedrpms-25-1.noarch.rpm
echo "UnitedRPMs repo added"
#google repo for chrome and other stuff
echo "setup google repo"
cd /tmp
wget https://dl.google.com/linux/linux_signing_key.pub
rpm --import linux_signing_key.pub
dnf -y install https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
echo "finished setting up chrome repo"
#Install stuff from unitedrpm
echo "install stuff from unitedrpm"
dnf install -y mplayer flash-plugin vlc system-switch-displaymanager
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment