Автоматизация создания установщика для Arch
This commit is contained in:
@@ -80,7 +80,7 @@ jobs:
|
|||||||
pacman -Sy --needed base-devel git --noconfirm
|
pacman -Sy --needed base-devel git --noconfirm
|
||||||
useradd -m user
|
useradd -m user
|
||||||
su 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
|
exit
|
||||||
yay -S debtap --noconfirm
|
yay -S debtap --noconfirm
|
||||||
- name: Install frontend
|
- name: Install frontend
|
||||||
|
|||||||
Reference in New Issue
Block a user