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 - -# }}}