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