Skip to content

Commit

Permalink
Comment out some debug commands
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Dec 13, 2024
1 parent 2f2687d commit 0985cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 0985cf8

Please sign in to comment.