8 lines
138 B
Bash
Executable File
8 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
|
|
lsblk -o NAME,SIZE,TYPE,MODEL,TRAN
|
|
|
|
pacman -Sy git
|
|
git clone https://git.xkrs.ru/astraleuro/arch-install.git
|
|
cd arch-install
|