Skip to content

Commit

Permalink
Ubuntu_22.04 packages_install.sh: Replace apt with apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Dec 26, 2024
1 parent 79ba5e4 commit 3bd2d17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Ubuntu_22.04/packages_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ echo "deb [arch=amd64,arm64,armhf signed-by=/etc/apt/keyrings/packages.microsoft
| sudo tee /etc/apt/sources.list.d/vscode.list > /dev/null
rm -f packages.microsoft.gpg

sudo apt install apt-transport-https
sudo apt update
sudo apt install code # or code-insiders
sudo apt-get install -y apt-transport-https
sudo apt-get -y update
sudo apt-get install -y code # or code-insiders
popd

echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula boolean true" \
Expand Down

0 comments on commit 3bd2d17

Please sign in to comment.