1
0
Fork 0

add script to init pacman and setup the install env

This commit is contained in:
Pratham Patel 2023-02-11 09:43:45 +05:30
parent 0e1e82ac99
commit c9f83a4d57
1 changed files with 8 additions and 0 deletions

8
init.sh Normal file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
pacman-key --init
pacman -Syy
pacman -S archlinux-keyring --noconfirm
pacman -S git --noconfirm
git clone https://git.thefossguy.com/thefossguy/arch-install.git
pushd arch-install