Skip to content

Commit

Permalink
handling nosuid flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nishantmunjal7 committed Sep 13, 2024
1 parent 047721b commit 6973910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mkdir -p ${DATA_DIR}

case ${OS} in
linux)
git clone --single-branch --branch=${VERSION_RUNC} --depth=1 https://github.com/k3s-io/runc ${RUNC_DIR}
git clone --single-branch --branch=${VERSION_RUNC} --depth=1 https://github.com/atlanhq/runc ${RUNC_DIR}
curl --compressed -sfL https://github.com/k3s-io/k3s-root/releases/download/${VERSION_ROOT}/k3s-root-${ARCH}.tar | tar xf -
;;
windows)
Expand Down

0 comments on commit 6973910

Please sign in to comment.