This website requires JavaScript.
Explore
Help
Sign In
logan
/
touchprint
Watch
1
Star
0
Fork
You've already forked touchprint
0
Code
Issues
2
Pull requests
Releases
2
Wiki
Activity
c49261d756
touchprint
/
stage1
/
prerun.sh
6 lines
68 B
Bash
Raw
Normal View
History
Unescape
Escape
Add Raspbian stages
2016-04-11 02:29:41 -04:00
#!/bin/bash -e
Corrected various typos (#91) * Rename License.md to LICENSE * Correct typos * Clean up code layout Organize layout with extra lines
2017-07-27 06:11:07 -04:00
shellcheck
2018-03-02 15:08:24 -05:00
if
[
! -d
"
${
ROOTFS_DIR
}
"
]
;
then
Add Raspbian stages
2016-04-11 02:29:41 -04:00
copy_previous
fi
Reference in a new issue
Copy permalink