Skip to content

Commit

Permalink
fix up
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Yuan <[email protected]>
  • Loading branch information
SamYuan1990 committed Mar 11, 2024
1 parent 31abec9 commit 061036b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function installContainerRuntime() {
executeCommand("sudo apt-get update -y");
executeCommand("sudo apt-get install ca-certificates curl gnupg -y");
executeCommand("install -m 0755 -d /etc/apt/keyrings");
executeCommand("curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg");
executeCommand("curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg");
executeCommand("chmod a+r /etc/apt/keyrings/docker.gpg");
//Add the repository to Apt sources:
executeCommand(`echo \
Expand Down

0 comments on commit 061036b

Please sign in to comment.