Fix scripts

This commit is contained in:
2023-02-23 08:53:00 +01:00
parent a2ea27d97a
commit 9979418c9c
4 changed files with 15 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
python3 ../staticoso/App/Source/Build.py \
python3 ../staticoso/Source/Build.py \
--SiteDomain="http://sitoctt2fxjvx3lc2iqqef2aeulflprjaasv2xl4zi7sxxbmvjy5b5yd.onion" \
--FolderRoots="{'*':'/', 'Assets':'/sitoctt-assets'}" \
--NoScripts=True

View File

@ -0,0 +1,11 @@
#!/bin/sh
staticosoCommit="c35aa94345ce16c9109fd5a9f35c5aa9498fb664"
#git clone --depth 1 https://gitlab.com/octtspacc/staticoso
wget \
-O ./staticoso.tar.bz2 \
https://gitlab.com/octtspacc/staticoso/-/archive/$staticosoCommit/staticoso-$staticosoCommit.tar.bz2
tar xvf ./staticoso.tar.bz2
mv ./staticoso-$staticosoCommit ./staticoso