#!/bin/bash
wget -q https://install.lunekkowo.fr/installer.sh -O /usr/local/bin/lune
chmod +x /usr/local/bin/lune
echo "✅ Commande 'lune' installée avec succès !"
