diff options
Diffstat (limited to 'update-kernel.in')
-rw-r--r-- | update-kernel.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-kernel.in b/update-kernel.in index 09b6b9e..2ae397e 100644 --- a/update-kernel.in +++ b/update-kernel.in @@ -130,7 +130,7 @@ trap clean_up EXIT $SIGNALS if [ "$SUPERUSER" ]; then - apk add $QUIET_OPT --update--cache -t $VIRTUAL mkinitfs squashfs-tools + apk add $QUIET_OPT --update-cache -t $VIRTUAL mkinitfs squashfs-tools fi if [ -z "$features" ]; then |