This website requires JavaScript.
Explore
Help
Sign In
bj
/
torch-pi-gen
Watch
1
Star
0
Fork
0
You've already forked torch-pi-gen
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
3e9b176fab
torch-pi-gen
/
stage4
/
prerun.sh
6 lines
68 B
Bash
Raw
Normal View
History
Unescape
Escape
Add Raspbian stages
2016-04-11 06:29:41 +00: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 10:11:07 +00:00
shellcheck
2018-03-02 20:08:24 +00:00
if
[
! -d
"
${
ROOTFS_DIR
}
"
]
;
then
Add Raspbian stages
2016-04-11 06:29:41 +00:00
copy_previous
fi
Reference in New Issue
Copy Permalink