Автоматизация создания установщика для Arch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user