add-license-1
glen 3 years ago
parent 8899d84154
commit 9ec7ba4127

@ -42,7 +42,7 @@ echo "Install Lokinet-GUI"
}
function resolv_config () {
install_log "Configure resolvconf installation"
echo -n "Do you wish to install and configure resolvconf (recommended)? [y/N]: "
# read answer
@ -72,6 +72,11 @@ function resolv_config () {
}
# Outputs a Install log line
function install_log() {
echo -e "\033[1;32mLabyrinthAP Install: $*\033[m"
}
function install_lokinet () {
show_splash
download_latest_files

Loading…
Cancel
Save