From b9dcfa8aa78ce59b1b7f6c9540436bd2fdb339f9 Mon Sep 17 00:00:00 2001 From: QuackeR Date: Wed, 5 Jun 2019 23:44:21 -0400 Subject: [PATCH] chrome --- setup0_rpm.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/setup0_rpm.sh b/setup0_rpm.sh index 19c6ccf..c114796 100755 --- a/setup0_rpm.sh +++ b/setup0_rpm.sh @@ -1,9 +1,5 @@ #!/bin/sh -echo "Enabling workstation repos" -dnf install fedora-workstation-repositories -dnf config-manager --set-enabled google-chrome - echo "Enabling RPMFusion..." sudo rpm-ostree install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm @@ -29,8 +25,7 @@ sudo dnf install -y vim \ git \ dconf-editor \ steam \ - code \ - google-chrome-stable + code ibus restart