fix(akmods): Syntax error due to redundant fi (#275)

This commit is contained in:
fiftydinar 2024-07-06 12:46:15 +02:00 committed by GitHub
commit 1f17dbaa9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,5 +27,4 @@ if [[ ${#INSTALL[@]} -gt 0 ]]; then
ENABLE_MULTIMEDIA_REPO
rpm-ostree install $INSTALL_STR
DISABLE_MULTIMEDIA_REPO
fi
fi