added printer support and live config
This commit is contained in:
parent
36e35fa7f1
commit
9ccf94f1c1
6 changed files with 2 additions and 22 deletions
22
.github/workflows/repo-add.yml
vendored
22
.github/workflows/repo-add.yml
vendored
|
@ -1,22 +0,0 @@
|
|||
# This workflow will build an Arch Linux ISO file with the commit on it
|
||||
name: repo-add
|
||||
on:
|
||||
push:
|
||||
paths: "**/*.tar.zst"
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: archlinux:latest
|
||||
options: --privileged
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Packages via Pacman
|
||||
run: pacman -Sy; pacman --noconfirm -S git python python-pip base-devel
|
||||
- name: repo-add
|
||||
run: bash ./repoadd.sh ppr
|
||||
- name: push
|
||||
run: |
|
||||
git add -A
|
||||
git commit -S -m "gh-action: Update ppr.db" || echo "nothing"
|
||||
|
|
@ -46,10 +46,12 @@
|
|||
- [parch-emoji-ios-1-2-any](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/parch-emoji-ios-1-2-any.pkg.tar.zst)
|
||||
- [parch-fakey-1-1-any](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/parch-fakey-1-1-any.pkg.tar.zst)
|
||||
- [parch-firefox-config-1-1-any](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/parch-firefox-config-1-1-any.pkg.tar.zst)
|
||||
- [parch-livecd-config-21](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/parch-livecd-config-21.10-2-any.pkg.tar.zst)
|
||||
- [parch-os-wallpapers-0](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/parch-os-wallpapers-0.0.1-1-any.pkg.tar.zst)
|
||||
- [parch-pacman-22](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/parch-pacman-22.07-1-any.pkg.tar.zst)
|
||||
- [parch-plasma-menu-2-1-any](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/parch-plasma-menu-2-1-any.pkg.tar.zst)
|
||||
- [parch-plymouth-1-0-any](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/parch-plymouth-1-0-any.pkg.tar.zst)
|
||||
- [parch-printer-1-0-any](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/parch-printer-1-0-any.pkg.tar.zst)
|
||||
- [parch-sddm-1-1-any](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/parch-sddm-1-1-any.pkg.tar.zst)
|
||||
- [parchlinux-cala-config-22](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/parchlinux-cala-config-22.07-5-any.pkg.tar.zst)
|
||||
- [paru-1](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/paru-1.11.1-1-x86_64.pkg.tar.zst)
|
||||
|
|
BIN
x86_64/parch-livecd-config-21.10-2-any.pkg.tar.zst
Normal file
BIN
x86_64/parch-livecd-config-21.10-2-any.pkg.tar.zst
Normal file
Binary file not shown.
BIN
x86_64/parch-printer-1-0-any.pkg.tar.zst
Normal file
BIN
x86_64/parch-printer-1-0-any.pkg.tar.zst
Normal file
Binary file not shown.
BIN
x86_64/ppr.db
BIN
x86_64/ppr.db
Binary file not shown.
BIN
x86_64/ppr.files
BIN
x86_64/ppr.files
Binary file not shown.
Loading…
Add table
Reference in a new issue