6 lines
61 B
Bash
Executable File
6 lines
61 B
Bash
Executable File
#!/bin/sh
|
|
|
|
pacstrap /mnt xorg xorg-xinit xterm
|
|
|
|
amf_return=0
|