mirror of
https://github.com/winesapOS/winesapOS.git
synced 2025-11-14 16:38:08 +00:00
parent
040d81823d
commit
38ec58102a
3 changed files with 3 additions and 1 deletions
|
|
@ -14,6 +14,7 @@
|
|||
- Add support for the MSI Claw A1M, 7 AI+ A2VM, and 8 AI+ A2VM.
|
||||
- Add service to disable wireless connections during sleep.
|
||||
- Add CoreCtrl for overclocking and/or undervolting the CPU and/or GPU.
|
||||
- Change Java LTS version from 8 to 21.
|
||||
|
||||
## 4.3.0 - The Wayland Update
|
||||
|
||||
|
|
|
|||
|
|
@ -592,7 +592,7 @@ echo "Installing balenaEtcher complete."
|
|||
|
||||
if [[ "${WINESAPOS_INSTALL_PRODUCTIVITY_TOOLS}" == "true" ]]; then
|
||||
echo "Installing additional packages..."
|
||||
pacman_install_chroot bind cpio emacs ffmpeg jre8-openjdk libdvdcss lm_sensors man-db nano ncdu nmap openssh plocate python python-pip python-setuptools p7zip rsync smartmontools sudo terminator tmate tmux unzip wget veracrypt vi vim zip zstd
|
||||
pacman_install_chroot bind cpio emacs ffmpeg jre21-openjdk libdvdcss lm_sensors man-db nano ncdu nmap openssh plocate python python-pip python-setuptools p7zip rsync smartmontools sudo terminator tmate tmux unzip wget veracrypt vi vim zip zstd
|
||||
# ClamAV anti-virus.
|
||||
pacman_install_chroot clamav clamtk
|
||||
## Download an offline database for ClamAV.
|
||||
|
|
|
|||
|
|
@ -1118,6 +1118,7 @@ if [[ "${WINESAPOS_INSTALL_PRODUCTIVITY_TOOLS}" == "true" ]]; then
|
|||
pacman_search_loop \
|
||||
clamav \
|
||||
distrobox \
|
||||
jre21-openjdk \
|
||||
qdirstat
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue