diff --git a/dietpi/dietpi-software b/dietpi/dietpi-software index 7aebec5573..69d5ef6070 100644 --- a/dietpi/dietpi-software +++ b/dietpi/dietpi-software @@ -4748,7 +4748,7 @@ _EOF_ dpkg -i package.deb G_AGF rm package.deb - + fi fi @@ -12644,7 +12644,7 @@ _EOF_ elif (( $index == 123 )); then if (( $G_DISTRO > 4 )); then - + G_AGP mosquitto else @@ -13958,11 +13958,11 @@ _EOF_ #Set start install GOSTARTINSTALL=1 - #Find all software entires of AUTO_DietpiSoftware_Install_ID= in dietpi.txt. Then set to state 1 for installation. + #Find all software entires of AUTO_SETUP_INSTALL_SOFTWARE_ID= in dietpi.txt. Then set to state 1 for installation. while read -r line do - local index=$( echo -e "$line" | grep '^AUTO_DietpiSoftware_Install_ID=' | sed 's/[^0-9]*//g' ) + local index=$( echo -e "$line" | grep '^AUTO_SETUP_INSTALL_SOFTWARE_ID=' | sed 's/[^0-9]*//g' ) # - Flag for installation if [[ $index =~ ^-?[0-9]+$ ]]; then