kde-neon: add i386

Ref to https://github.com/tuna/issues/issues/1534
This commit is contained in:
ZenithalHourlyRate 2022-07-26 23:04:22 +08:00
parent b15c555e82
commit 5acc83d8b1
No known key found for this signature in database
GPG Key ID: 1189C659F3D04C1C

View File

@ -12,7 +12,7 @@ APT_PATH="${BASE_PATH}/user"
export REPO_SIZE_FILE=/tmp/reposize.$RANDOM export REPO_SIZE_FILE=/tmp/reposize.$RANDOM
# =================== APT repos =============================== # =================== APT repos ===============================
"$apt_sync" --delete "${BASE_URL}/user" focal,bionic main dep11,cnf,all,amd64 "${BASE_PATH}/user" "$apt_sync" --delete "${BASE_URL}/user" focal,bionic main dep11,cnf,all,amd64,i386 "${BASE_PATH}/user"
echo "APT finished" echo "APT finished"
"${_here}/helpers/size-sum.sh" $REPO_SIZE_FILE --rm "${_here}/helpers/size-sum.sh" $REPO_SIZE_FILE --rm