(feat): Added steam_dev.cfg
This commit is contained in:
parent
93fc906041
commit
4684e80525
2 changed files with 10 additions and 2 deletions
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue