Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Add Git PPA without confirmation
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <[email protected]>
  • Loading branch information
seapagan committed Jun 27, 2017
1 parent f271c23 commit a3f9aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ THISPATH="$(dirname $(readlink -f "$0"))"
echo "We are running from : $THISPATH"

# ensure we have the latest packages, including git and sublime text repos
sudo add-apt-repository ppa:git-core/ppa
sudo add-apt-repository ppa:git-core/ppa -y
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
sudo apt update
Expand Down

0 comments on commit a3f9aac

Please sign in to comment.