Автоматизация создания установщика для Arch
This commit is contained in:
@@ -77,7 +77,7 @@ jobs:
|
|||||||
if: matrix.platform == 'arch-latest'
|
if: matrix.platform == 'arch-latest'
|
||||||
run: |
|
run: |
|
||||||
pacman -Syyu --noconfirm
|
pacman -Syyu --noconfirm
|
||||||
sudo pacman -Sy --needed base-devel git --noconfirm
|
pacman -Sy --needed base-devel git --noconfirm
|
||||||
git clone https://aur.archlinux.org/yay.git
|
git clone https://aur.archlinux.org/yay.git
|
||||||
cd yay
|
cd yay
|
||||||
makepkg -si --noconfirm
|
makepkg -si --noconfirm
|
||||||
|
|||||||
Reference in New Issue
Block a user