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

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