diff options
-rwxr-xr-x | setup-apklbu.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setup-apklbu.in b/setup-apklbu.in index ff6d218..a530841 100755 --- a/setup-apklbu.in +++ b/setup-apklbu.in @@ -59,6 +59,7 @@ fi mkdir -p /media/${MOUNTPOINT}/cache || die "Failed to create /media/${MOUNTPOINT}/cache" ln -s /media/${MOUNTPOINT}/cache /etc/apk/cache || die "Failed to create apk cache softlink" +apk cache sync cat > /etc/lbu/lbu.conf <<EOF # what cipher to use with -e option DEFAULT_CIPHER=aes-256-cbc |