fixing typos

This commit is contained in:
2026-04-23 10:47:27 +02:00
parent 7fd41d6414
commit 27c4b56fc9
+7 -4
View File
@@ -40,8 +40,6 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
install_packages() { sudo dnf install -y "$@"; } install_packages() { sudo dnf install -y "$@"; }
is_package_installed() { rpm -q "$@" &>/dev/null; } is_package_installed() { rpm -q "$@" &>/dev/null; }
# [Note: The Arch-specific kernel removal loop was removed as it uses 'pacman' flags]
########################## ##########################
# 1. Base Dependencies & Repos # 1. Base Dependencies & Repos
########################## ##########################
@@ -66,16 +64,21 @@ say_green "PeaZip ${PZ_VER} (Qt6) installed successfully."
say_yellow "Installing essential tools..." say_yellow "Installing essential tools..."
install_packages \ install_packages \
fastfetch lolcat bash-completion starship alacritty \ fastfetch lolcat bash-completion alacritty \
hwinfo lshw duf chrony polkit-kde-agent-1 \ hwinfo lshw duf chrony polkit-kde-agent-1 \
man-db tree xdg-user-dirs rsync time bat chromium \ man-db tree xdg-user-dirs rsync time bat chromium \
thunar thunar-archive-plugin thunar-volman \ thunar thunar-archive-plugin thunar-volman \
baobab gvfs-smb hddtemp squashfs-tools \ baobab gvfs-smb hddtemp squashfs-tools \
zip gzip p7zip unace unrar file-roller peazip \ zip gzip p7zip unace unrar file-roller peazip \
feh font-manager dconf-editor hardinfo lsb_release \ feh gnome-font-viewer dconf-editor hardinfo2 lsb_release \
powertop inxi acpi plocate nm-connection-editor \ powertop inxi acpi plocate nm-connection-editor \
python3-pylint python3-pylint
if ! command -v starship &> /dev/null; then
say_cyan "Installing Starship shell prompt..."
curl -sS https://starship.rs/install.sh | sh -s -- -y
fi
################################# #################################
# 3. Fonts (RobotoMono Nerd Font) # 3. Fonts (RobotoMono Nerd Font)
################################# #################################