Skip to content

Commit

Permalink
Scripts: install utils script update for ubuntu > 22.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Jul 24, 2024
1 parent 8fcb64d commit 0a7b98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installation_utils/install_docker_and_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ then
sudo apt-get install -y htop iotop sysstat

sudo apt-get install -y --no-install-recommends libreoffice-core libreoffice-writer
sudo apt-get install -y jq wget curl gnupg-agent git ca-certificates apt-transport-https python3 python3-pip libssl-dev zip unzip tar nano gcc make python3-dev build-essential software-properties-common
sudo apt-get install -y jq wget curl gnupg-agent git ca-certificates apt-transport-https python3 python3-pip python3-full libssl-dev zip unzip tar nano gcc make python3-dev build-essential software-properties-common

sudo add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/$os_distribution $(lsb_release -cs) stable"

Expand Down

0 comments on commit 0a7b98f

Please sign in to comment.