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

This commit is contained in:
2024-07-06 19:18:14 +07:00
parent 24b8d83c41
commit 949537becb
-2
View File
@@ -80,12 +80,10 @@ jobs:
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
exit
yay -S debtap --noconfirm
- name: Install frontend
run: |