summary refs log tree commit diff
path: root/appbuild.sh
diff options
context:
space:
mode:
authorMatt Arnold <matt@thegnuguru.org>2023-06-11 20:36:17 -0400
committerMatt Arnold <matt@thegnuguru.org>2023-06-11 20:36:17 -0400
commitb8f55d47a054d21f1a8dd33fcce9b1975debe6a2 (patch)
treee89cb465fe5998b7788bc9811d604a73f91d757a /appbuild.sh
parentc3b15d728bfd9c7c0428c8c2016b9ebf892211da (diff)
deploy from released code HEAD main
Diffstat (limited to 'appbuild.sh')
-rwxr-xr-xappbuild.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/appbuild.sh b/appbuild.sh
index 95ea5dd..f9bdaf4 100755
--- a/appbuild.sh
+++ b/appbuild.sh
@@ -6,7 +6,9 @@ fi
 mkdir -pv $appRoot/src
 cd $appRoot/src
 echo $appRoot
-git clone https://git.piusbird.space/poseidon.git/
+wget https://git.sr.ht/~marnold128/poseidon/archive/release-0.7.2.tar.gz
+tar xzf release-0.7.2.tar.gz
+mv poseidon-release-0.7.2 poseidon
 cd poseidon 
 go build
 cp *.html $appRoot