mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
4 lines
166 B
Bash
Executable File
4 lines
166 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
wget http://archlinuxarm.org/os/ArchLinuxARM-odroid-xu3-latest.tar.gz | gunzip | docker import - archlinuxarm/odroid-xu3:latest
|