diff options
author | admin <contact@optics-design.com> | 2025-05-24 17:35:19 +0200 |
---|---|---|
committer | admin <contact@optics-design.com> | 2025-05-24 17:35:19 +0200 |
commit | e348f375bd2ccd29ba1c7abbe162cd7aefeb1924 (patch) | |
tree | 9bd56da327d109ebc4340ea24d09ec56dc3a68cc /archsetup.sh | |
parent | 717fa2e9d7b09230a37f3fcab10e2a5a9c8d4b18 (diff) |
Added packages for cross-compilation
Diffstat (limited to 'archsetup.sh')
-rw-r--r-- | archsetup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archsetup.sh b/archsetup.sh index e24c076..18849b5 100644 --- a/archsetup.sh +++ b/archsetup.sh @@ -41,7 +41,7 @@ pacman -Syu --noconfirm || handle_error "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 texlive-latexrecommended hugo\ + gcc nodejs npm go python texlive-latexrecommended hugo mingw-w64-gcc\ wget task unzip neofetch mupdf yt-dlp ffmpeg feh mpv \ gawk m4 dictd emacs tldr\ noto-fonts-cjk noto-fonts-emoji ttf-dejavu\ |