Compare commits
4 commits
2025.02.24
...
main
Author | SHA1 | Date | |
---|---|---|---|
4e22acac0f | |||
4b39c82d2b | |||
bc231cd289 | |||
0b2df0249f |
3 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ jobs:
|
||||||
Desktop: "plasma"
|
Desktop: "plasma"
|
||||||
steps:
|
steps:
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
run: actions/setup-node@v4
|
run: pacman -Syyu git base-devel nodejs --noconfirm
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Update system
|
- name: Update system
|
||||||
|
|
|
@ -249,7 +249,7 @@ unzip
|
||||||
unrar
|
unrar
|
||||||
ttf-vazirmatn
|
ttf-vazirmatn
|
||||||
ttf-vazircode
|
ttf-vazircode
|
||||||
|
parchlinux-keyring
|
||||||
|
|
||||||
#parchlinuxstuff
|
#parchlinuxstuff
|
||||||
calamares
|
calamares
|
||||||
|
|
|
@ -73,7 +73,7 @@ LocalFileSigLevel = Optional
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[ppr]
|
[ppr]
|
||||||
SigLevel = Optional TrustedOnly
|
SigLevel = Never
|
||||||
Server = https://git.parchlinux.com/repos/ppr/raw/branch/main/x86_64/
|
Server = https://git.parchlinux.com/repos/ppr/raw/branch/main/x86_64/
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
|
@ -95,7 +95,7 @@ Include = /etc/pacman.d/mirrorlist
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[pcp]
|
[pcp]
|
||||||
SigLevel = Optional TrustedOnly
|
SigLevel = Never
|
||||||
Server = https://git.parchlinux.com/repos/pcp/raw/branch/main/x86_64/
|
Server = https://git.parchlinux.com/repos/pcp/raw/branch/main/x86_64/
|
||||||
|
|
||||||
# An example of a custom package repository. See the pacman manpage for
|
# An example of a custom package repository. See the pacman manpage for
|
||||||
|
|
Loading…
Add table
Reference in a new issue