From 625cf131537566ad9a3d86d1c8164533e713122c Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sat, 11 Apr 2020 08:02:49 -0500 Subject: [PATCH] Add missing colors --- jitsi-updater.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jitsi-updater.sh b/jitsi-updater.sh index 6e303d1..af50812 100644 --- a/jitsi-updater.sh +++ b/jitsi-updater.sh @@ -6,6 +6,8 @@ Blue='\e[0;34m' Purple='\e[0;35m' +Green='\e[0;32m' +Yellow='\e[0;33m' Color_Off='\e[0m' support="https://switnet.net/support" apt_repo="/etc/apt/sources.list.d"