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