Skip to content

Commit 66d0634

Browse files
committed
update.
1 parent 98cca31 commit 66d0634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aut-apps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ if [[ $EUID -ne 0 ]]; then
44
exit 1
55
fi
66
touch /etc/apt/sources.list.d/google-chrome.list
7-
echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main'>/etc/apt/sources.list.d/google-chrome.list
7+
echo 'deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main'>/etc/apt/sources.list.d/google-chrome.list
8+
echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list
89
curl -fsSL https://dl.google.com/linux/linux_signing_key.pub | apt-key add linux_signing_key.pub
910
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
1011
install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/
11-
echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list
1212
apt update
1313
echo 'Start install'
1414
apt-get -y install google-chrome-stable git apt-transport-https code

0 commit comments

Comments
 (0)