Put protonvpn init higher
This commit is contained in:
parent
85794575dd
commit
ab00216b04
1 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
||||
# }}}
|
||||
|
|
Loading…
Add table
Reference in a new issue