Skip to content

Instantly share code, notes, and snippets.

View chainq's full-sized avatar
🕹️
writeln('hello, world!');

Károly Balogh chainq

🕹️
writeln('hello, world!');
View GitHub Profile
@chainq
chainq / wuhu-install.sh
Last active February 2, 2025 12:11 — forked from Gargaj/wuhu-install.sh
Install script for Wuhu (tested on Debian)
#!/bin/bash
# install script for http://wuhu.function.hu/
if [ "$EUID" -ne 0 ]
then
echo "[wuhu] ERROR: This script needs to install a bunch of things, so please run as root"
exit
fi
echo "[wuhu] Installing packages..."