Skip to content

Instantly share code, notes, and snippets.

@Sadaragavan
Sadaragavan / install-languagetool.sh
Last active October 1, 2025 11:39
I've prepared a complete Bash script that accomplishes everything you requested. It: Updates your Omarchy/Arch system with sudo pacman -Syu. Installs jre-openjdk-headless (minimal Java runtime for the server), languagetool (from official repos), and libreoffice-extension-languagetool (from AUR via makepkg -si—no AUR helper assumed). Downloads th…
#!/bin/bash
set -euo pipefail
# Colors for output
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[1;33m'
NC='\033[0m' # No Color