Автоматизация создания установщика для Arch

This commit is contained in:
2024-07-06 19:33:26 +07:00
parent bdeac4a573
commit 953bbbdcc4
+1 -1
View File
@@ -80,7 +80,7 @@ jobs:
pacman -Sy --needed base-devel git --noconfirm
useradd -m user
su user
pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si
git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si --noconfirm
exit
yay -S debtap --noconfirm
- name: Install frontend