Put protonvpn init higher

This commit is contained in:
flyingscorpio@arch-desktop 2020-04-08 12:38:17 +02:00
parent 85794575dd
commit ab00216b04

View file

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