This website works better with JavaScript.
Home
Help
Register
Sign In
nilm
/
nilmbuntu
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
7
Wiki
Activity
Browse Source
Make missing dir
tags/nilmdbuntu-1
Jim Paris
9 years ago
parent
ab9a18adfa
commit
10f7042330
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
extractiso.sh
+ 1
- 0
extractiso.sh
View File
@@ -16,6 +16,7 @@ set -e
# download it if it doesn't exist
if ! [ -e ${ORIG} ] ; then
mkdir -p $(dirname ${ORIG})
wget -O "${ORIG}" "${ORIGURL}"
fi
Write
Preview
Loading…
Cancel
Save