(feat): Added steam_dev.cfg
This commit is contained in:
@@ -4,10 +4,9 @@
|
|||||||
# Relies on Flatpak to be installed
|
# Relies on Flatpak to be installed
|
||||||
# Created by Blake Ridgway
|
# Created by Blake Ridgway
|
||||||
|
|
||||||
# Update system
|
# Update system before installing packages
|
||||||
sudo apt update && sudo apt upgrade
|
sudo apt update && sudo apt upgrade
|
||||||
|
|
||||||
|
|
||||||
PACKAGE_LIST=(
|
PACKAGE_LIST=(
|
||||||
bpytop
|
bpytop
|
||||||
curl
|
curl
|
||||||
@@ -22,6 +21,7 @@ PACKAGE_LIST=(
|
|||||||
python3
|
python3
|
||||||
python3-pip
|
python3-pip
|
||||||
ripgrep
|
ripgrep
|
||||||
|
steam
|
||||||
virt-manager
|
virt-manager
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -117,6 +117,12 @@ echo ###################
|
|||||||
|
|
||||||
cp -r terminal/nushell/ ~/.config/
|
cp -r terminal/nushell/ ~/.config/
|
||||||
|
|
||||||
|
echo ######################
|
||||||
|
echo # Fix Steam Download #
|
||||||
|
echo ######################
|
||||||
|
|
||||||
|
cp steam/steam_dev.cfg ~/.steam/steam/steam_dev.cfg
|
||||||
|
|
||||||
echo #######################
|
echo #######################
|
||||||
echo # Cleanup and Updates #
|
echo # Cleanup and Updates #
|
||||||
echo #######################
|
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