Skip to content

Commit

Permalink
Additional manual fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Sep 24, 2024
1 parent 959022b commit de9fcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/armbian-configng/config.ng.software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ install_docker() {
# Add the repository to Apt sources:
echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/$distro \
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" |
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" |
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
apt_install_wrapper apt-get update

Expand Down

0 comments on commit de9fcbc

Please sign in to comment.