Skip to content

Commit

Permalink
✨ keyrings bug
Browse files Browse the repository at this point in the history
  • Loading branch information
marchocode committed Feb 20, 2023
1 parent f169572 commit d0a8261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiny-shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ docker(){
mkdir -p /etc/apt/keyrings

wget -q -O .docker.gpg "http://${host}/docker-ce/linux/${release}/gpg"
gpg --dearmor -o /etc/apt/keyring/docker.gpg .docker.gpg
gpg --dearmor -o /etc/apt/keyrings/docker.gpg .docker.gpg

sed -i "s/host/${host}/g" "${WORKDIR}/.target"
sed -i "s/version/${version}/g" "${WORKDIR}/.target"
Expand Down

0 comments on commit d0a8261

Please sign in to comment.