diff --git a/SetupCockpit/clone_projects.sh b/SetupCockpit/clone_projects.sh index 0788aaa..9532bfd 100644 --- a/SetupCockpit/clone_projects.sh +++ b/SetupCockpit/clone_projects.sh @@ -3,6 +3,12 @@ ## This script clones all the different repos +RED=$(tput setaf 1) +GREEN=$(tput setaf 2) +ORANGE=$(tput setaf 3) +NC=$(tput sgr0) + + ################## # REPOS ON LIME2 # ################## diff --git a/SetupCockpit/setup_cockpit.sh b/SetupCockpit/setup_cockpit.sh index 98a3c4e..04c475b 100755 --- a/SetupCockpit/setup_cockpit.sh +++ b/SetupCockpit/setup_cockpit.sh @@ -3,6 +3,12 @@ ## Script to automate the setting up of my working environment. +RED=$(tput setaf 1) +GREEN=$(tput setaf 2) +ORANGE=$(tput setaf 3) +NC=$(tput sgr0) + + ############# # DEFINE OS # ############# @@ -121,6 +127,8 @@ echo "Cloning projects..." # Configure ProtonVPN # ####################### +echo "Configuring ProtonVPN..." + if sudo protonvpn init; then sudo protonvpn c --cc NL else