From 5fc93cd0215b6931b44c85cc8750a5c78690f18c Mon Sep 17 00:00:00 2001 From: wyattscarpenter Date: Sun, 8 Dec 2024 18:08:16 -0800 Subject: [PATCH] add apt-fast ppa --- fresh-ubuntu-wsl-install-setup.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fresh-ubuntu-wsl-install-setup.bash b/fresh-ubuntu-wsl-install-setup.bash index e3a7b64..3f33eb9 100755 --- a/fresh-ubuntu-wsl-install-setup.bash +++ b/fresh-ubuntu-wsl-install-setup.bash @@ -21,7 +21,7 @@ echo '[automount]' | sudo tee -a /etc/wsl.conf echo 'options = "metadata"' | sudo tee -a /etc/wsl.conf # Ubuntu repository and software stuff: (TODO: I changed the syntax on this but now I'm not sure if this still works or is the recommended way. -sudo add-apt-repository -y main universe restricted multiverse +sudo add-apt-repository -y main universe restricted multiverse ppa:apt-fast/stable sudo apt update && sudo apt upgrade && sudo apt autoremove sudo apt install -y apt-fast echo "alias get='sudo apt-fast install -y'" >> ~/.bashrc