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"
|
||||
steps:
|
||||
- name: Install Node.js
|
||||
run: actions/setup-node@v4
|
||||
run: pacman -Syyu git base-devel nodejs --noconfirm
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Update system
|
||||
|
|
|
@ -249,7 +249,7 @@ unzip
|
|||
unrar
|
||||
ttf-vazirmatn
|
||||
ttf-vazircode
|
||||
|
||||
parchlinux-keyring
|
||||
|
||||
#parchlinuxstuff
|
||||
calamares
|
||||
|
|
|
@ -73,7 +73,7 @@ LocalFileSigLevel = Optional
|
|||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[ppr]
|
||||
SigLevel = Optional TrustedOnly
|
||||
SigLevel = Never
|
||||
Server = https://git.parchlinux.com/repos/ppr/raw/branch/main/x86_64/
|
||||
|
||||
[core]
|
||||
|
@ -95,7 +95,7 @@ Include = /etc/pacman.d/mirrorlist
|
|||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[pcp]
|
||||
SigLevel = Optional TrustedOnly
|
||||
SigLevel = Never
|
||||
Server = https://git.parchlinux.com/repos/pcp/raw/branch/main/x86_64/
|
||||
|
||||
# An example of a custom package repository. See the pacman manpage for
|
||||
|
|
Loading…
Add table
Reference in a new issue