From ab00216b04ee2ee12885a1e87025c0ada907098f Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Wed, 8 Apr 2020 12:38:17 +0200 Subject: [PATCH] Put protonvpn init higher --- setup_cockpit.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/setup_cockpit.sh b/setup_cockpit.sh index 4727b50..ce3feda 100755 --- a/setup_cockpit.sh +++ b/setup_cockpit.sh @@ -71,6 +71,16 @@ fi # }}} +# Configure ProtonVPN {{{ + +echo "Configuring ProtonVPN..." + +sudo protonvpn init && sudo protonvpn c --cc NL + +/bin/bash ~/SetupCockpit/separator.sh + +# }}} + # Update .bashrc {{{ echo "Updating .bashrc..." @@ -173,13 +183,3 @@ echo "Cloning projects..." /bin/bash ~/SetupCockpit/separator.sh # }}} - -# Configure ProtonVPN {{{ - -echo "Configuring ProtonVPN..." - -sudo protonvpn init && sudo protonvpn c --cc NL - -/bin/bash ~/SetupCockpit/separator.sh - -# }}}