Update build.sh to install mdl with sudo.
This commit is contained in:
parent
d7d4809c7f
commit
89f11f9d91
2
build.sh
2
build.sh
|
@ -7,7 +7,7 @@ tput setaf 2; echo "Cleaning up..."; tput sgr0
|
|||
rm ./node_modules -rf
|
||||
|
||||
tput setaf 2; echo "Installing markdown lint"; tput sgr0
|
||||
gem install mdl
|
||||
gem install mdl || sudo gem install mdl
|
||||
|
||||
tput setaf 2; echo "Generating new readme and mkdocs"; tput sgr0
|
||||
node ./.github/readme-generate.js
|
||||
|
|
Loading…
Reference in New Issue
Block a user