LoginSignup
9
6

More than 5 years have passed since last update.

爆速でRaspbianをDLしたいときにやったこと

Last updated at Posted at 2017-08-23

概要

Raspbianの環境作るのにそもそもOS落とすのめちゃくちゃ時間かかるのが困るので対処したかった

注意

NW帯域を一時的に激しく専有するので、できるだけ共有NWでは使わないでください

用意するもの

Mac/Linuxマシン + aria2
RaspbianのDLリンク(ここからtorrentリンクをとってくると一番よい)

Aria2を入れる

Macの場合

brew install aria2

Linuxの場合

Debian系

sudo apt-get install aria2

RHEL/CentOS

sudo yum install epel-release
sudo yum install aria2

Torrentが使える環境

aria2c https://downloads.raspberrypi.org/raspbian_lite_latest.torrent

Torrentが使えない環境

aria2c -x5 $(curl -I -Ls -o /dev/null -w %{url_effective} https://downloads.raspberrypi.org/raspbian_lite_latest)
9
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
6