mirror of https://github.com/MISP/misp-dashboard
Cheating with deps 2
parent
f397378736
commit
9812dbe2b1
|
@ -41,11 +41,11 @@ mkdir -p static/css/images
|
|||
mv -f temp/jquery-ui-${JQUERYUIVERSION}/images/* ./static/css/images/
|
||||
|
||||
# boostrap
|
||||
BOOTSTRAP_VERSION='4.0.0-beta.2'
|
||||
wget https://github.com/twbs/bootstrap/releases/download/v${BOOTSTRAP_VERSION}/bootstrap-${BOOTSTRAP_VERSION}-dist.zip -O temp/bootstrap-${BOOTSTRAP_VERSION}.zip
|
||||
unzip -o temp/bootstrap-${BOOTSTRAP_VERSION}.zip -d temp/bootstrap-${BOOTSTRAP_VERSION}-dist/
|
||||
mv temp/bootstrap-${BOOTSTRAP_VERSION}-dist/js/* ./static/js/
|
||||
mv temp/bootstrap-${BOOTSTRAP_VERSION}-dist/css/* ./static/css/
|
||||
#BOOTSTRAP_VERSION='4.0.0-beta.2'
|
||||
#wget https://github.com/twbs/bootstrap/releases/download/v${BOOTSTRAP_VERSION}/bootstrap-${BOOTSTRAP_VERSION}-dist.zip -O temp/bootstrap-${BOOTSTRAP_VERSION}.zip
|
||||
#unzip -o temp/bootstrap-${BOOTSTRAP_VERSION}.zip -d temp/bootstrap-${BOOTSTRAP_VERSION}-dist/
|
||||
#mv temp/bootstrap-${BOOTSTRAP_VERSION}-dist/js/* ./static/js/
|
||||
#mv temp/bootstrap-${BOOTSTRAP_VERSION}-dist/css/* ./static/css/
|
||||
|
||||
# sb-admin2
|
||||
SBADMIN_VERSION='3.3.7'
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue