Browse Source

Comment out some debug commands

Signed-off-by: falkTX <falktx@falktx.com>
main
falkTX 4 months ago
parent
commit
0985cf8d1c
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      setup/functions.sh

+ 2
- 2
setup/functions.sh View File

@@ -57,8 +57,8 @@ function download() {
if [ ! -d "${dlfolder}" ]; then
mkdir "${dlfolder}"
echo "Extracting ${dlfile}"
file "${dlfile}"
md5sum "${dlfile}"
# file "${dlfile}"
# md5sum "${dlfile}"
tar -xf "${dlfile}" -C "${dlfolder}" --strip-components=1
fi
}


Loading…
Cancel
Save