1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-07-01 19:51:20 +00:00
morpheus/pkgs/fs

12 lines
113 B
Plaintext
Raw Normal View History

2013-09-17 09:52:57 +00:00
url=git://git.2f30.org/fs
2013-09-05 11:58:51 +00:00
2013-09-06 08:31:51 +00:00
fetch() {
2013-09-17 09:52:57 +00:00
git clone $url src/fs
2013-09-06 08:31:51 +00:00
}
2013-09-05 11:58:51 +00:00
2013-09-06 08:31:51 +00:00
install() {
2013-09-17 09:52:57 +00:00
pushd src/fs
cp -r * $root/
popd
2013-09-06 08:31:51 +00:00
}