mirror of
https://github.com/mishimasensei/macse30mlb.git
synced 2024-11-21 20:30:53 +00:00
8215c802ed
The macintoshrepository site has a timer that limits downloads for unregistered users to once every 20 minutes. Plus, the site cannot be archived on the Internet Archive Wayback Machine, so stay away from it.
12 lines
923 B
Bash
Executable File
12 lines
923 B
Bash
Executable File
#! /bin/sh
|
|
# Use a shell script to download the photos so that we do not add
|
|
# bloat to the repository size that we don't strictly need. GitHub
|
|
# has bandwidth limits, so let's try to keep away from those as much
|
|
# as possible.
|
|
|
|
curl -L https://upload.wikimedia.org/wikipedia/en/7/70/Macintosh_SE30_Mainboard.jpg -o wikipedia_se30_mlb.jpg
|
|
curl -L https://web.archive.org/web/20200316083921id_/http://i2.wp.com/www.toughdev.com/content/wp-content/uploads/2017/03/IMG_3880_Mac_SE_30_Motherboard.jpg -o toughdev_se30_mlb.jpg
|
|
curl -L https://web.archive.org/web/20200801224146id_/https://i.imgur.com/SCsjocK.jpg -o reddit_se30_mlb.jpg
|
|
curl -L https://web.archive.org/web/20200801203336id_/https://68kmla.org/forums/uploads/monthly_01_2017/post-6609-0-26113900-1484603908.jpg -o 68kmla_se30_mlb_back.jpg
|
|
curl -L https://web.archive.org/web/20200801224615id_/https://i.stack.imgur.com/wMsyQ.png -o 68kmla_se30_recap_diagram.png
|