mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-24 21:03:50 +00:00
Update CheckLabels.sh
This commit is contained in:
@@ -91,7 +91,7 @@ BLUE='\033[1;34m'
|
|||||||
NC='\033[0m' # No Color
|
NC='\033[0m' # No Color
|
||||||
|
|
||||||
# Labels with the $(arch) call for different versions for Intel and Apple Silicon should be listed here:
|
# Labels with the $(arch) call for different versions for Intel and Apple Silicon should be listed here:
|
||||||
archLabels=( $(grep "$(arch)" "${pathToLabels}"/* | awk '{print $1}' | sed -E 's/.*\/([a-z0-9\_-]*)\..*/\1/g'| uniq ) )
|
archLabels=( $(grep "\$(arch)" "${pathToLabels}"/* | awk '{print $1}' | sed -E 's/.*\/([a-z0-9\_-]*)\..*/\1/g'| uniq ) )
|
||||||
echo "${BLUE}Labels with \"\$(arch)\" call:${NC}\n${archLabels}\n"
|
echo "${BLUE}Labels with \"\$(arch)\" call:${NC}\n${archLabels}\n"
|
||||||
|
|
||||||
if [[ $# -eq 0 ]]; then
|
if [[ $# -eq 0 ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user