Skip to content

Commit

Permalink
Update bootstrap to 5.2.3
Browse files Browse the repository at this point in the history
And also fetch simple-icons from source repo.
  • Loading branch information
Chocobo1 committed May 30, 2023
1 parent 2c7b0be commit f16f7ff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/assets/fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

wget \
-P "$(dirname "$0")" \
https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css \
https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js \
https://cdn.jsdelivr.net/npm/simple-icons@9.0.0/icons/github.svg
--backups=1 \
https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css \
https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.min.js \
https://raw.githubusercontent.com/simple-icons/simple-icons/9.0.0/icons/github.svg

0 comments on commit f16f7ff

Please sign in to comment.