ready to build tde
This commit is contained in:
parent
a6b07e387c
commit
84c917807f
6 changed files with 16 additions and 10 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -15,6 +15,10 @@ jobs:
|
|||
options: --privileged
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Add Trinity keys
|
||||
run: |
|
||||
pacman-key --recv-keys 8685AD8B
|
||||
pacman-key --refresh-keys
|
||||
- name: Install Packages via Pacman
|
||||
run: |
|
||||
pacman -Suy --noconfirm --noprogressbar
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
# Parch Linux iso template
|
||||
# Parch Linux Trinity edition
|
||||
|
||||
## Use this template for making releases
|
|
@ -1,3 +1,3 @@
|
|||
timeout 15
|
||||
default 01-archiso-x86_64-linux.conf
|
||||
beep on
|
||||
beep off
|
||||
|
|
|
@ -40,8 +40,6 @@ grub
|
|||
hdparm
|
||||
hyperv
|
||||
intel-ucode
|
||||
#ipw2100-fw
|
||||
#ipw2200-fw
|
||||
irssi
|
||||
iw
|
||||
iwd
|
||||
|
@ -93,7 +91,6 @@ python
|
|||
python-psutil
|
||||
python-systemd
|
||||
refind
|
||||
#reflector
|
||||
reiserfsprogs
|
||||
rp-pppoe
|
||||
rsync
|
||||
|
@ -137,16 +134,18 @@ gvfs
|
|||
gvfs-mtp
|
||||
networkmanager
|
||||
android-file-transfer
|
||||
sddm
|
||||
parch-grub
|
||||
|
||||
#Desktop
|
||||
tde-meta
|
||||
|
||||
#systemutils
|
||||
btop
|
||||
xdg-user-dirs
|
||||
packagekit-qt5
|
||||
neofetch-git
|
||||
ttf-ms-fonts
|
||||
parch-firefox-config
|
||||
ttf-dejavu
|
||||
firefox
|
||||
|
||||
#parchlinuxstuff
|
||||
|
@ -157,3 +156,4 @@ paru
|
|||
parch-emoji-ios
|
||||
parch-branding
|
||||
parch-pacman
|
||||
parch-tde
|
||||
|
|
|
@ -98,6 +98,9 @@ Server = https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/
|
|||
SigLevel = Optional TrustedOnly
|
||||
Server = https://raw.githubusercontent.com/parchlinux/pcp/main/x86_64/
|
||||
|
||||
[trinity]
|
||||
Server = https://mirror.ppa.trinitydesktop.org/trinity/archlinux/$arch
|
||||
|
||||
# An example of a custom package repository. See the pacman manpage for
|
||||
# tips on creating your own repositories.
|
||||
#[custom]
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
# shellcheck disable=SC2034
|
||||
|
||||
iso_name="Parchlinux"
|
||||
iso_label="PARCH_$(date +%Y%m)"
|
||||
iso_name="Parchlinux Trinity"
|
||||
iso_label="PARCH_LINUX_TRINITY$(date +%Y%m)"
|
||||
iso_publisher="Parch Linux <https://parchlinux.ir>"
|
||||
iso_application="Parch Linux Live/Rescue CD"
|
||||
iso_version="$(date +%Y.%m.%d)"
|
||||
|
|
Loading…
Add table
Reference in a new issue