show wifi qr code in "hotspot > security" section

resolves #469.
This commit is contained in:
glaszig
2020-02-26 17:51:04 +00:00
parent 33fbb910e5
commit 695ea7b969
3 changed files with 68 additions and 15 deletions

View File

@@ -63,7 +63,7 @@ function config_installation() {
# Runs a system software update to make sure we're using all fresh packages
function install_dependencies() {
install_log "Installing required packages"
sudo apt-get install $apt_option lighttpd $php_package git hostapd dnsmasq vnstat || install_error "Unable to install dependencies"
sudo apt-get install $apt_option lighttpd $php_package git hostapd dnsmasq vnstat qrencode || install_error "Unable to install dependencies"
}
# Enables PHP for lighttpd and restarts service for settings to take effect