From 4684e80525aba9f5e9665509c8b7458f02d5f833 Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Sat, 20 Apr 2024 10:06:47 -0500 Subject: [PATCH] (feat): Added steam_dev.cfg --- post_install.sh | 10 ++++++++-- steam/steam_dev.cfg | 2 ++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 steam/steam_dev.cfg diff --git a/post_install.sh b/post_install.sh index 2dc5f86..b3101a6 100755 --- a/post_install.sh +++ b/post_install.sh @@ -4,10 +4,9 @@ # Relies on Flatpak to be installed # Created by Blake Ridgway -# Update system +# Update system before installing packages sudo apt update && sudo apt upgrade - PACKAGE_LIST=( bpytop curl @@ -22,6 +21,7 @@ PACKAGE_LIST=( python3 python3-pip ripgrep + steam virt-manager ) @@ -117,6 +117,12 @@ echo ################### cp -r terminal/nushell/ ~/.config/ +echo ###################### +echo # Fix Steam Download # +echo ###################### + +cp steam/steam_dev.cfg ~/.steam/steam/steam_dev.cfg + echo ####################### echo # Cleanup and Updates # echo ####################### diff --git a/steam/steam_dev.cfg b/steam/steam_dev.cfg new file mode 100644 index 0000000..970522f --- /dev/null +++ b/steam/steam_dev.cfg @@ -0,0 +1,2 @@ +@nClientDownloadEnableHTTP2PlatformLinux 0 +@fDownloadRateImprovementToAddAnotherConnection 1.0