Skip to content

Commit

Permalink
fix(stage2): use correct switch
Browse files Browse the repository at this point in the history
  • Loading branch information
steveiliop56 committed Feb 5, 2024
1 parent 0206274 commit 0777e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage2/04-install-runtipi/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mkdir -p "${RUNTIPI_PATH}/"

echo "Downloading runtipi cli..."

curl --location ${URL} -o ${TAR_PATH}
curl --location ${URL} -O ${TAR_PATH}

tar -xvf ${TAR_PATH} -C ${RUNTIPI_PATH}
rm -rf ${TAR_PATH}
Expand Down

0 comments on commit 0777e7a

Please sign in to comment.