add details in scripts

This commit is contained in:
Yuhao Zhou
2024-08-22 12:56:52 +08:00
parent d911363922
commit bc7ce1eebb
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
set -x
url_prefix="https://download.truenas.com/$1/packages/" url_prefix="https://download.truenas.com/$1/packages/"

View File

@@ -1,3 +1,4 @@
set -x
if [[ ! -d ./build ]]; then if [[ ! -d ./build ]]; then
mkdir build mkdir build