Use your fav text editor (vi, vim, nano, NvChad, geany, etc... ).
Update Your System
Open up The Terminal and update the system
update
for PGP signature error or invalid or corrupted package
-
sudo pacman -S archlinux-keyring -
sudo pacman-key --init -
sudo pacman-key --populate
Not resolved yet? Ok, try this
yay -Syy archlinux-keyring
for Predator v2022.11 Release
v2022.11 Releasenow Predator-Sense-systemd-git pkg is updated, renamed to Predator-Sense-CLI
and added new pkg Predator-Sense-GUI which is The GUI implementation of Predator Sense CLI app.
to install new PKGs, you need to run the 2 commands below
remove Predator-Sense-systemd-git
install exodia-predator-apps
then reboot the machine
to install grub theme
sudo cp -r /usr/share/grub/themes/exodia/ /boot/grub/themes/
sudo grub-mkconfig -o /boot/grub/grub.cfg
for v2022.11 Release
v2022.11 Releaseto install grub theme
sudo cp -r /usr/share/grub/themes/exodia/ /boot/grub/themes/
sudo grub-mkconfig -o /boot/grub/grub.cfg
for v2022.09 Release (exodia-home-2022.09.20-x86_64.iso)
v2022.09 Release (exodia-home-2022.09.20-x86_64.iso) removed the exodia-wireless-tools-repo and exodia-wireless-extra-tools-repo Repos
Replaced with Exodia-PenTest-Repo, as I'm working on a new release, Big updates coming
remove old Repos, adde new Repos in /etc/pacman.conf
ONLY: if you use
v2022.09Releaseexodia-home-2022.09.20-x86_64.iso.
## Core packages repo ##
[exodia-repo]
SigLevel = Optional TrustAll
Server = https://exodia-os.github.io/$repo/$arch
## PenTest packages repo ##
[Exodia-PenTest-Repo]
SigLevel = Optional TrustAll
Server = https://exodia-os.github.io/$repo/$arch
## Community Repo ##
[exodia-community-repo]
SigLevel = Optional TrustAll
Server = https://exodia-os.github.io/$repo/$arch
update
update
Fix Rofi
rofi may not work after installation
open terminal mod + Return
nvim .config/bspwm/bspwmrc
then add
# Fix Rofi
export LC_ALL="en_US.UTF-8"
Fix grub theme
GRUB theme may not work after installation
open terminal mod + Return
install exodia-grub-theme

add Custom Menus to GRUB
open terminal mod + Return
sudo vim /etc/grub.d/40_custom
then add
menuentry "Reboot" {
reboot
}
menuentry "Shut Down" {
halt
}
and update GRUB
sudo grub-mkconfig -o /boot/grub/grub.cfg

as you see Shut Down & Reboot Menus added