diff options
author | admin <contact@optics-design.com> | 2025-05-25 16:19:26 +0200 |
---|---|---|
committer | admin <contact@optics-design.com> | 2025-05-25 16:19:26 +0200 |
commit | 86613b7b89edb0c2f3b84bb83e76f5573a6e8231 (patch) | |
tree | 087688678e377062261d41a472394c3c49b817f5 /archsetup.sh | |
parent | e348f375bd2ccd29ba1c7abbe162cd7aefeb1924 (diff) |
added wsl packages
Diffstat (limited to 'archsetup.sh')
-rw-r--r-- | archsetup.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/archsetup.sh b/archsetup.sh index 18849b5..b7c207c 100644 --- a/archsetup.sh +++ b/archsetup.sh @@ -42,10 +42,15 @@ pacman -Syu --noconfirm || handle_error "Failed to update system" pacman -S --noconfirm \ git sudo less openssh rsync which stow vi neovim base-devel cronie \ gcc nodejs npm go python texlive-latexrecommended hugo mingw-w64-gcc\ - wget task unzip neofetch mupdf yt-dlp ffmpeg feh mpv \ + wget task unzip neofetch mupdf yt-dlp ffmpeg feh mpv \ gawk m4 dictd emacs tldr\ noto-fonts-cjk noto-fonts-emoji ttf-dejavu\ zsh fzf ripgrep fd zoxide mcfly lf || handle_error "Failed to install packages" +#Additional packages for WSL +if [ -f "/etc/wsl.conf" ]; then + pacman -S --noconfirm \ + mesa vulkan-dzn +fi pacman -Rns $(pacman -Qtdq) --noconfirm go telemetry off systemctl start cronie |