Skip to content

Instantly share code, notes, and snippets.

@Kwarf
Kwarf / wuhu-install.sh
Last active September 8, 2020 22:03 — 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] Updating package info..."