Compare commits
No commits in common. "main" and "2023-05-30.alpha.2" have entirely different histories.
main
...
2023-05-30
2 changed files with 6 additions and 20 deletions
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
@ -18,9 +18,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Packages via Pacman
|
||||
run: pacman -Sy; pacman --noconfirm -S git archiso python python-pygithub reflector
|
||||
- name: Change Arch docker mirror
|
||||
run: reflector -c "US" -f 12 -l 10 -n 12 --save /etc/pacman.d/mirrorlist
|
||||
run: pacman -Sy; pacman --noconfirm -S git archiso python python-pip
|
||||
- name: Install Python packages via pip
|
||||
run: pip install -U pip pyGithub
|
||||
- name: Build image
|
||||
run: mkarchiso -v iso/
|
||||
- name: Upload iso to the release
|
||||
|
|
|
@ -7,7 +7,7 @@ base
|
|||
base-devel
|
||||
bind
|
||||
brltty
|
||||
#broadcom-wl
|
||||
broadcom-wl
|
||||
btrfs-progs
|
||||
clonezilla
|
||||
cloud-init
|
||||
|
@ -143,20 +143,7 @@ sddm
|
|||
openbox-arc-git
|
||||
arc-gtk-theme
|
||||
papirus-icon-theme
|
||||
nm-tray
|
||||
firefox
|
||||
parch-firefox-config
|
||||
ttf-ms-fonts
|
||||
motrix-bin
|
||||
geany
|
||||
gvfs
|
||||
udisks2
|
||||
ntfs-3g
|
||||
android-file-transfer
|
||||
gvfs-mtp
|
||||
broadcom-wl-dkms
|
||||
base-devel
|
||||
linux-headers
|
||||
|
||||
#systemutils
|
||||
btop
|
||||
xdg-user-dirs
|
||||
|
@ -165,7 +152,6 @@ neofetch
|
|||
keepassxc
|
||||
vazirmatn-fonts
|
||||
hack-nerd-fonts
|
||||
parch-lxqt-config
|
||||
|
||||
#parchlinuxstuff
|
||||
calamares
|
||||
|
@ -175,4 +161,4 @@ paru
|
|||
parch-branding
|
||||
parch-pacman
|
||||
parch-emoji-ios
|
||||
nm-tray
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue