install script

This commit is contained in:
albert
2011-08-28 13:28:53 -04:00
parent 6e54f257af
commit 03a5fff219

View File

@@ -1,5 +1,7 @@
#!/bin/bash
# Run: bash < <(curl -s https://raw.github.com/r888888888/danbooru/master/INSTALL.debian)
if [[ "$(whoami)" != "root" ]] ; then
echo "You must run this script as root"
exit 1