summary refs log tree commit diff
path: root/appbuild.sh
blob: 18e48af3ecd98627f9dbec968e03d080fd43f1d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

git clone https://git.piusbird.space/miniweb.git/
cd miniweb
make
cp miniwebproxy /app
cp -r scripts/ /app
cd ..
sh -c miniweb/sign.sh
git clone https://git.piusbird.space/poseidon.git/
cd poseidon 
go build
cp poseidon /app