At the moment of writing, the only supported method is the manual update
- Run the update script
- Linux:
bash LINUX_build_update.sh
- BSD:
bash BSD_build_update.sh
- Windows:
- run
WIN_build_update_1.bat
as normal user - right-click on
WIN_build_update_2.bat
and select Run as Administrator
- run
- Mac OS:
bash MAC_build_update.sh
- Linux:
- Pre-made package:
wget https://github.com/elB4RTO/LogDoctor/archive/refs/tags/logdoctor-<VERSION>-x86_64.pkg.tar.zst
sudo pacman -U logdoctor-<VERSION>-x86_64.pkg.tar.zst
- From the AUR:
- Using yay:
yay -S logdoctor
- Manually:
git clone https://aur.archlinux.org/logdoctor.git -b master --depth 1
cd logdoctor
makepkg -sci
- Using yay:
- Pre-made package:
wget https://github.com/elB4RTO/LogDoctor/archive/refs/tags/logdoctor_<VERSION>_amd64.deb
sudo apt install ./logdoctor_<VERSION>_amd64.deb
- Download a pre-compiled Release
- Run the update script
- Run the update script
- Linux:
bash scripts/DOCKER_build_update.sh
- Linux: