diff options
feat: some scripting
Diffstat (limited to 'pkg')
-rwxr-xr-x | pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,4 +24,4 @@ elif [[ "$OPERATION" == "add" ]]; then sudo apk add --repository "$(busybox dirname "$(busybox realpath "$BIN")")/target/$REPO" "$PKG"; else syntax; -fi
\ No newline at end of file +fi |