mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00
3 lines
166 B
Bash
Executable file
3 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
|