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