Skip to content

Pixailz/arch-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 -