Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 508 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 508 Bytes

arch-setup

Script to install / setup arch

HOWTO

Arch Install guide

you only have to do this part of the tutorial to be able to transfer the repo into the target host

because git isn't installed by default on live install, you can do it with nc instead:

# on your actual PC
tar cvf - | nc <target_ip> 4444

# on the target PC
nc -lvp 4444 | tar xvf -