This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
PawPaw
mirror of
https://github.com/DISTRHO/PawPaw
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
2
Wiki
Activity
Browse Source
Comment out some debug commands
Signed-off-by: falkTX <falktx@falktx.com>
main
falkTX
4 months ago
parent
2f2687d623
commit
0985cf8d1c
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
Write
Preview
Loading…
Cancel
Save