Skip to content

Commit c919737

Browse files
Update setupPackages.sh
1 parent fba4c9c commit c919737

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
@@ -3,7 +3,7 @@ SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
33

44

55
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
6-
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
6+
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
88

99
sudo apt update

0 commit comments

Comments
 (0)