add extra sources

This commit is contained in:
Ben Harris 2018-10-03 21:28:19 -04:00
parent 852ad2d9b7
commit a21f2a991b
Signed by untrusted user: ben
GPG Key ID: 4E0AF802FFF7960C
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#!/bin/sh
echo "deb http://repo.vivaldi.com/stable/deb/ stable main" > /etc/apt/sources.list.d/vivaldi.list
echo "deb [arch=amd64] http://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list
apt update
apt upgrade -y
apt full-upgrade -y