Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,16 @@
#!/bin/bash

# Init all submodules
git submodule update --init --recursive
git submodule update --init
pushd lib/json
git submodule update --init
popd
pushd lib/mana
git submodule update --init
pushd lib/http
git submodule update --init
popd
popd

# Specify the name of disk image for serving content
FAT_DISK=memdisk.fat
Expand Down