Skip to content

Commit

Permalink
Install just git, not upgrade everything
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenfyhn committed Aug 26, 2024
1 parent a53da32 commit 345cbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/dotfiles/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ done
bold "Adding PPA for most current stable version of Git"
sudo add-apt-repository -y ppa:git-core/ppa
sudo apt-get update -qq
sudo apt-get install --only-upgrade git
sudo apt-get install -y git
echo "Done"

bold "Configure git"
Expand Down

0 comments on commit 345cbc4

Please sign in to comment.