Skip to content

Commit

Permalink
Update build.sh to install mdl with sudo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anduin2017 authored May 12, 2023
1 parent d7d4809 commit 89f11f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89f11f9

Please sign in to comment.