Skip to content

Commit

Permalink
v6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fourdee committed Jan 25, 2018
1 parent 8cdb984 commit 36b5934
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -4748,7 +4748,7 @@ _EOF_
dpkg -i package.deb
G_AGF
rm package.deb

fi

fi
Expand Down Expand Up @@ -12644,7 +12644,7 @@ _EOF_
elif (( $index == 123 )); then

if (( $G_DISTRO > 4 )); then

G_AGP mosquitto

else
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 36b5934

Please sign in to comment.