Skip to content

Instantly share code, notes, and snippets.

@spiikki
spiikki / wuhu-install.sh
Last active November 11, 2017 19:33 — 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 "Please run as root"
exit
fi
apt install \