We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576fec4 commit a415a0cCopy full SHA for a415a0c
pushpkg/pushpkg
@@ -61,7 +61,7 @@ if [[ ! -d 'debs' ]]; then
61
fi
62
63
OUTPUT_DIR="$(readlink -f debs)"
64
-find "${OUTPUT_DIR}" -maxdepth 1 -type f -delete -print
+sudo find "${OUTPUT_DIR}" -maxdepth 1 -type f -delete -print
65
66
ssh ${ARGS_SSH} "${USERNAME}@repo.aosc.io" "mkdir -p '/mirror/debs/pool/${BRANCH}/${COMPOMENT}'"
67
0 commit comments