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

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

Loading…
Cancel
Save