initial changes
This commit is contained in:
parent
4ba7e663a8
commit
f61b76202f
2 changed files with 15 additions and 10 deletions
|
@ -7,7 +7,7 @@ base
|
|||
base-devel
|
||||
bind
|
||||
brltty
|
||||
broadcom-wl
|
||||
broadcom-wl-dkms
|
||||
btrfs-progs
|
||||
clonezilla
|
||||
cloud-init
|
||||
|
@ -94,7 +94,6 @@ pv
|
|||
python
|
||||
python-psutil
|
||||
python-systemd
|
||||
qemu-guest-agent
|
||||
refind
|
||||
#reflector
|
||||
reiserfsprogs
|
||||
|
@ -136,6 +135,9 @@ zsh
|
|||
archlinux-keyring
|
||||
openssl-1.1
|
||||
openssl
|
||||
android-file-transfer
|
||||
gvfs-mtp
|
||||
udisks2
|
||||
|
||||
#Desktop
|
||||
|
||||
|
@ -143,9 +145,10 @@ openssl
|
|||
btop
|
||||
xdg-user-dirs
|
||||
packagekit-qt5
|
||||
neofetch
|
||||
keepassxc
|
||||
octopi-git
|
||||
neofetch-git
|
||||
ttf-ms-fonts
|
||||
parch-firefox-config
|
||||
|
||||
|
||||
|
||||
#parchlinuxstuff
|
||||
|
@ -155,3 +158,7 @@ os-prober
|
|||
paru
|
||||
parch-branding
|
||||
parch-pacman
|
||||
parch-os-wallpapers
|
||||
parch-emoji-ios
|
||||
bash-completion
|
||||
irainian-fonts
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
# shellcheck disable=SC2034
|
||||
|
||||
iso_name="Parchlinux"
|
||||
iso_label="PARCH_$(date +%Y%m)"
|
||||
iso_publisher="Parch Linux <https://github.com/parch-os/>"
|
||||
iso_name="Parchlinux Dwm"
|
||||
iso_label="PARCH_LINUX_DWM_$(date +%Y%m)"
|
||||
iso_publisher="Parch Linux <https://parchlinux.ir>"
|
||||
iso_application="Parch Linux Live/Rescue CD"
|
||||
#gpg_key="BC9DCC3C9A0B047F53065EEBFB8554F927F96E60"
|
||||
#gpg_signer="KomeilParseh <ahmdparsh129@gmail.com>"
|
||||
iso_version="$(date +%Y.%m.%d)"
|
||||
install_dir="arch"
|
||||
buildmodes=('iso')
|
||||
|
|
Loading…
Add table
Reference in a new issue