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() {
|
install() {
|
||||||
set -e
|
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
|
fatresize
|
||||||
fsarchiver
|
fsarchiver
|
||||||
git
|
git
|
||||||
gnu-netcat
|
|
||||||
gpart
|
gpart
|
||||||
gpm
|
gpm
|
||||||
gptfdisk
|
gptfdisk
|
||||||
|
@ -160,4 +159,4 @@ paru
|
||||||
parch-emoji-ios
|
parch-emoji-ios
|
||||||
ttf-vazirmatn
|
ttf-vazirmatn
|
||||||
parch-branding
|
parch-branding
|
||||||
parch-pacman
|
parch-pacman-systemd
|
||||||
|
|
Loading…
Add table
Reference in a new issue