add-license-1
glen 5 years ago
parent e1a6ecfc8f
commit 5397205f3e

@ -43,17 +43,17 @@ echo "Install Lokinet-GUI"
function resolv_config () { function resolv_config () {
echo -n "Do you wish to install and configure resolvconf (recommended)? [y/N]: " echo -n "Do you wish to install and configure resolvconf (recommended)? [y/N]: "
read answer # read answer
if [[ $answer != "y" ]]; then # if [[ $answer != "y" ]]; then
echo "Installation aborted." # echo "Installation aborted."
else # else
sudo apt install resolvconf -y sudo apt install resolvconf -y
sudo resolvconf -u sudo resolvconf -u
sudo systemctl restart lokinet sudo systemctl restart lokinet
fi # fi
} }
# Fetches latest files from github to lokinet installation directory # Fetches latest files from github to lokinet installation directory

Loading…
Cancel
Save