Skip to content

Commit

Permalink
Remove erroneous install command
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-developer committed Aug 9, 2024
1 parent aeb72a0 commit 3769ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ install_webserver_et_al()
else
display_msg --log progress "Installing the web server."
TMP="${ALLSKY_LOGS}/lighttpd.install.log"
run_aptGet install lighttpd php-cgi \
run_aptGet lighttpd php-cgi \
php-gd hostapd dnsmasq avahi-daemon hwinfo > "${TMP}" 2>&1
check_success $? "lighttpd installation failed" "${TMP}" "${DEBUG}" ||
exit_with_image 1 "${STATUS_ERROR}" "lighttpd installation failed"
Expand Down

0 comments on commit 3769ea5

Please sign in to comment.