Skip to content

Commit b5a4330

Browse files
Update setupPackages.sh
1 parent 34ff3d2 commit b5a4330

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setupPackages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
55
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
66
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google.list'
77
sudo add-apt-repository -y ppa:openshot.developers/ppa
8-
sudo add-apt-repository ppa:sunderme/texstudio
8+
sudo add-apt-repository -y ppa:sunderme/texstudio
99

1010
sudo apt update
1111
sudo apt -y upgrade

0 commit comments

Comments
 (0)