Add closing fi to fix syntax error

pull/213/head
Martin Wimpress 3 years ago
parent 854226bd50
commit 3848bbf597
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 3
      quickget

@ -711,8 +711,11 @@ EOF
if [ "${OS}" == "macos" ]; then
echo "macos_release=\"${RELEASE}\"" >> "${OS}-${RELEASE}.conf"
fi
if [ "${OS}" == "garuda" ]; then
echo "disk_size=\"32G\"" >> "${OS}-${RELEASE}.conf"
fi
if [ "${OS}" == "zorin" ]; then
case ${RELEASE} in
15education64|15edulite64|15edulite32)

Loading…
Cancel
Save