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