(feat): Added steam_dev.cfg
This commit is contained in:
@@ -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 #######################
|
||||
|
||||
2
steam/steam_dev.cfg
Normal file
2
steam/steam_dev.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
@nClientDownloadEnableHTTP2PlatformLinux 0
|
||||
@fDownloadRateImprovementToAddAnotherConnection 1.0
|
||||
Reference in New Issue
Block a user