mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Fix scripts
This commit is contained in:
@ -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
|
||||
|
11
Scripts/Get.staticosoDevFixed.sh
Normal file
11
Scripts/Get.staticosoDevFixed.sh
Normal 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
|
Reference in New Issue
Block a user