fix(fedora-44): remove stray loop terminator in package list build
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ DNFInstallBase() {
|
||||
if [ "$?" = "0" ]; then
|
||||
pkg=""
|
||||
for itm in ${sel}; do
|
||||
pkg="${pkg} $(echo "${itm}" | sed 's/"//g')";;
|
||||
pkg="${pkg} $(echo "${itm}" | sed 's/"//g')"
|
||||
done
|
||||
# shellcheck disable=SC2086
|
||||
dnf -y install ${pkg}
|
||||
|
||||
Reference in New Issue
Block a user