Skip to content

Commit

Permalink
Merge pull request #4 from gotenksIN/stealv3
Browse files Browse the repository at this point in the history
ubuntu: setup: update installed gui packages
  • Loading branch information
gotenksIN committed Oct 1, 2021
2 parents 8c80a29 + ea8d2a5 commit 2833449
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ubuntu/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ sudo apt install speedtest
echo "Do you intend on using GUI? [y/N]: "
read -r -n1 input
if [[ "$input" =~ ^[Yy]$ ]]; then
sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-unstable
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/
sudo rm microsoft.gpg
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-dev.list'
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list'
sudo apt update
sudo apt install microsoft-edge-dev code-insiders
sudo apt install microsoft-edge-dev code-insiders steam vlc qbittorrent
fi

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
Expand Down

0 comments on commit 2833449

Please sign in to comment.