You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
244 B

3 years ago
  1. #!/usr/bin/env bash
  2. curl -LO https://github.com/twbs/bootstrap/releases/download/v5.0.0-beta3/bootstrap-5.0.0-beta3-dist.zip
  3. unzip bootstrap-5.0.0-beta3-dist.zip
  4. mv bootstrap-5.0.0-beta3-dist bootstrap
  5. rm -rf bootstrap-5.0.0-beta3-dist.zip