Skip to content

Commit

Permalink
add apt-fast ppa
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattscarpenter committed Dec 9, 2024
1 parent 61bdc36 commit 5fc93cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fresh-ubuntu-wsl-install-setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5fc93cd

Please sign in to comment.