mirror of
https://github.com/Kiritow/image-station.git
synced 2024-03-22 13:30:54 +08:00
7 lines
236 B
Bash
Executable File
7 lines
236 B
Bash
Executable File
mkdir -p temp
|
|
cd temp
|
|
wget https://factorio.com/get-download/stable/headless/linux64 -O factorio_headless_x64_latest_stable.tar.xz
|
|
mkdir -p factorio
|
|
tar --strip-components=1 -xJvf factorio_headless_x64_latest_stable.tar.xz -C factorio
|
|
|