were you asking for the command? or how the fix actually works? ```bash $ ujust --show fix-steam-dow

were you asking for the command? or how the fix actually works?
$ ujust --show fix-steam-download-speed
# Fix the default Steam config to improve download speeds
fix-steam-download-speed:
    mkdir -p $HOME/.local/share/Steam
    rm -f $HOME/.local/share/Steam/steam_dev.cfg
    bash -c 'printf "@nClientDownloadEnableHTTP2PlatformLinux 0\n@fDownloadRateImprovementToAddAnotherConnection 1.0\n" > $HOME/.local/share/Steam/steam_dev.cfg'
Was this page helpful?