Skip to content

Commit

Permalink
Merge pull request #200 from burtek/patch-1
Browse files Browse the repository at this point in the history
chce_dockera.sh - napraw działanie na debianie
  • Loading branch information
loper authored Feb 26, 2024
2 parents 6ed8997 + 6be3309 commit 237b39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/chce_dockera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /usr/

# Dodanie oficjalnych repozytorium Dockera do systmeu
echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu \
"deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/$(lsb_release -is | tr '[:upper:]' '[:lower:]') \
$(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null

apt update
Expand Down

0 comments on commit 237b39d

Please sign in to comment.