diff options
author | admin <admin@optics-design.com> | 2025-07-06 00:18:35 +0200 |
---|---|---|
committer | admin <admin@optics-design.com> | 2025-07-06 00:18:35 +0200 |
commit | 808c66a57e13fc22a62ad95c4075abcf355c11c3 (patch) | |
tree | 684f48af7c657aba387956e271cb34b8b90f8dce /archpackages.sh | |
parent | 847c4f87219abcba1c7bb3d07ef9aa2eb63c9f9d (diff) |
reworked some packages
Diffstat (limited to 'archpackages.sh')
-rwxr-xr-x | archpackages.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archpackages.sh b/archpackages.sh index d49edcd..505b2d8 100755 --- a/archpackages.sh +++ b/archpackages.sh @@ -1,19 +1,19 @@ #!/bin/bash # Single pacman call for system upgrade -pacman -Syu --noconfirm || handle_error "Failed to update system" +pacman -Syu --noconfirm || echo "Failed to update system" # Group packages by category for better readability and fewer pacman calls pacman -S --noconfirm \ git sudo less openssh rsync which stow vi neovim base-devel cronie \ gcc nodejs npm go python hugo mingw-w64-gcc\ texlive-latexrecommended texlive-fontsextra texlive-fontsrecommended texlive-latexextra texlive-binextra\ - wget task unzip neofetch mupdf yt-dlp ffmpeg feh mpv \ + wget task unzip mupdf yt-dlp ffmpeg feh mpv \ zip unzip \ bleachbit \ gawk m4 dictd emacs tldr plocate\ - zathura zathura-pdf-mupdf zathurta-pdf-poppler\ + zathura zathura-pdf-mupdf \ imagemagick qpdf perl-image-exiftool\ borg\ noto-fonts-cjk noto-fonts-emoji ttf-dejavu\ - zsh fzf ripgrep fd zoxide mcfly lf || handle_error "Failed to install packages" + zsh fzf ripgrep fd zoxide mcfly lf || echo "Failed to install packages" go telemetry off |