diff --git a/packages.json b/packages.json index 49189fe..abd8f57 100644 --- a/packages.json +++ b/packages.json @@ -17,9 +17,7 @@ "redhat-text-fonts" ], "misc": [ - "1password", "adw-gtk3-theme", - "brave-browser", "dbus-x11", "fastfetch", "firewall-config", @@ -28,7 +26,6 @@ "genisoimage", "gnome-epub-thumbnailer", "gnome-tweaks", - "google-chrome-stable", "gvfs-nfs", "krb5-workstation", "lshw", diff --git a/scripts/install.sh b/scripts/install.sh index c8e226e..4d1bc89 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -8,9 +8,6 @@ rpm-ostree install \ https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-${RELEASE}.noarch.rpm \ https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-${RELEASE}.noarch.rpm -rpm --import https://dl.google.com/linux/linux_signing_key.pub -rpm --import https://brave-browser-rpm-release.s3.brave.com/brave-core.asc - EXCLUDED_PACKAGES=$(jq -r ".exclude | (.multimedia[])" /shared/packages.json) rpm-ostree override remove ${EXCLUDED_PACKAGES}