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

This commit is contained in:
2024-07-06 19:26:49 +07:00
parent 949537becb
commit bdeac4a573
+1 -3
View File
@@ -78,11 +78,9 @@ jobs:
run: |
pacman -Syyu --noconfirm
pacman -Sy --needed base-devel git --noconfirm
git clone https://aur.archlinux.org/yay.git
cd yay
useradd -m user
su user
makepkg -si --noconfirm
pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si
exit
yay -S debtap --noconfirm
- name: Install frontend