From b741f7865b27ef8ab984e2d2ee78680914f61b05 Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Sun, 29 May 2022 14:03:02 -0500 Subject: [PATCH] more cleanup --- dotfiles/post_install_fed | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/dotfiles/post_install_fed b/dotfiles/post_install_fed index 16b5476..4e890ec 100644 --- a/dotfiles/post_install_fed +++ b/dotfiles/post_install_fed @@ -31,11 +31,11 @@ PACKAGE_LIST=( FLATPAK_LIST=( com.discordapp.Discord - com.github.fabiocolacio.marker com.mattermost.Desktop - com.mojang.Minecraft com.obsproject.Studio com.valvesoftware.Steam + net.veloren.airshipper + sh.cider.Cider ) echo ####################### @@ -89,20 +89,6 @@ echo ################################## wget https://golang.org/dl/go1.17.linux-amd64.tar.gz sudo tar -C /usr/local -xzf go1.17.linux-amd64.tar.gz -echo ################### -echo # Installing Rust # -echo ################### - -# Install Rust -# curl https://sh.rustup.rs -sSf | sh - -echo ###################### -echo # Setting up SSH Key # -echo ###################### - -# SSH Key Gen -# ssh-keygen -t ed25519 -C ${USER}@$(hostname --fqdn) - echo ###################### echo # Installing OhMyZSH # echo ###################### @@ -172,7 +158,7 @@ sudo dnf install \ sudo dnf copr enable gloriouseggroll/mesa-aco # Enable fsync kernel -# sudo dnf copr enable sentry/kernel-fsync +sudo dnf copr enable sentry/kernel-fsync sudo dnf update --refresh