diff --git a/installers/install.sh b/installers/install.sh index 8592e37..afa4094 100755 --- a/installers/install.sh +++ b/installers/install.sh @@ -24,7 +24,7 @@ function install_main () { if [[ $answer != "y" ]]; then echo "Installation aborted." exit 0 - else + fi sudo modprobe tun sudo curl -so /etc/apt/trusted.gpg.d/oxen.gpg https://deb.oxen.io/pub.gpg @@ -38,7 +38,6 @@ echo "Install Lokinet-GUI" sudo apt install lokinet-gui -y - fi } function resolv_config () { @@ -49,14 +48,12 @@ function resolv_config () { # if [[ $answer != "y" ]]; then # echo "Installation aborted." -# else +# fi sudo apt install resolvconf -y sudo resolvconf -u sudo systemctl restart lokinet -# fi - } # Fetches latest files from github to lokinet installation directory function download_latest_files() {