Agg. CSS e JS

This commit is contained in:
2023-03-23 23:43:53 +01:00
parent 6f618b4f12
commit e4cdaf8e70
8 changed files with 47 additions and 34 deletions

View File

@ -5,7 +5,7 @@ GetArchive() {
wget \
-O ./staticoso.tar.bz2 \
https://gitlab.com/octtspacc/staticoso/-/archive/$1/staticoso-$1.tar.bz2
tar xvf ./staticoso.tar.bz2
tar xf ./staticoso.tar.bz2
mv ./staticoso-$1 ./staticoso
}