Main public logs
From IT-Arts.net
Combined display of all available logs of IT-Arts.net. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:22, 14 December 2025 Admin talk contribs created page JELLYFIN - Install Script On Ubuntu 24.4 (Created page with "Category:Wiki == install_jellyfin.sh == <nowiki> #!/bin/bash # Exit on any error set -e # Function to print messages in green for success function print_success() { echo -e "\033[0;32m$1\033[0m" } # Function to print messages in red for errors function print_error() { echo -e "\033[0;31m$1\033[0m" } # Function to install dependencies function install_dependencies() { print_success "Installing required dependencies..." sudo apt update sudo...")
