Upgrade to bullseye

This commit is contained in:
baudneo
2022-10-30 23:26:52 -06:00
parent 361dfe6795
commit c935714d3c
6 changed files with 35 additions and 31 deletions

7
scripts/build_common.sh Normal file
View File

@@ -0,0 +1,7 @@
export BLUE='\E[1;34m'
export CYAN='\E[1;36m'
export GREEN='\E[1;32m'
export RED='\E[1;31m'
export RESET='\E[0m'
export YELLOW='\E[1;33m'