ready to build with systemd-boot
This commit is contained in:
parent
4237588d3a
commit
085f89a5d8
2 changed files with 4 additions and 3 deletions
4
build.sh
4
build.sh
|
@ -44,7 +44,9 @@ main() {
|
|||
|
||||
install() {
|
||||
set -e
|
||||
pacman -Sy; pacman --noconfirm -S --needed git archiso github-cli p7zip reflector rsync
|
||||
pacman -Sy; pacman --noconfirm -S --needed git wget github-cli p7zip reflector rsync
|
||||
wget https://git.parchlinux.com/repo/ppr/-/raw/main/x86_64/archiso-99-1-any.pkg.tar.zst
|
||||
sudo pacman -U archiso-99-1-any.pkg.tar.zst --noconfirm
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -31,7 +31,6 @@ f2fs-tools
|
|||
fatresize
|
||||
fsarchiver
|
||||
git
|
||||
gnu-netcat
|
||||
gpart
|
||||
gpm
|
||||
gptfdisk
|
||||
|
@ -160,4 +159,4 @@ paru
|
|||
parch-emoji-ios
|
||||
ttf-vazirmatn
|
||||
parch-branding
|
||||
parch-pacman
|
||||
parch-pacman-systemd
|
||||
|
|
Loading…
Add table
Reference in a new issue