Skip to content

Commit

Permalink
Ubuntu_22.04 - packages_install.sh: VSC comment out debconf
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Dec 26, 2024
1 parent 3bd2d17 commit 778de21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ubuntu_22.04/packages_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sudo apt-get install -y google-chrome-stable chrome-gnome-shell
rm linux_signing_key.pub

# Install VSC (Snap package is problematic for C++ because of issues with libraries)
echo "code code/add-microsoft-repo boolean true" | sudo debconf-set-selections
# echo "code code/add-microsoft-repo boolean true" | sudo debconf-set-selections
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg
sudo install -D -o root -g root -m 644 packages.microsoft.gpg /etc/apt/keyrings/packages.microsoft.gpg
echo "deb [arch=amd64,arm64,armhf signed-by=/etc/apt/keyrings/packages.microsoft.gpg] https://packages.microsoft.com/repos/code stable main" \
Expand Down

0 comments on commit 778de21

Please sign in to comment.