1
0
mirror of https://github.com/lxsang/DiyaSDK.git synced 2024-09-20 17:56:38 +02:00

enable verbose mode

This commit is contained in:
Dany LE 2022-08-07 10:23:53 +02:00
parent d3a9b41f07
commit 9863e98684

View File

@ -1,5 +1,6 @@
#! /bin/bash
set -e
set -x
[ -z "$1" ] && echo "Please specify 32 or 64 bits architectuure" && exit 1
echo "[Compiler] Adding more Kernel packages"
ARCH="$1"