Skip to content

Instantly share code, notes, and snippets.

@codexss
Created September 22, 2017 04:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codexss/88b28d6e562a604ef2bee323a0c5d724 to your computer and use it in GitHub Desktop.
Save codexss/88b28d6e562a604ef2bee323a0c5d724 to your computer and use it in GitHub Desktop.
Build H@H on Debian8
apt update && apt install default-jdk unzip -y
adduser hath
login hath
wget https://repo.e-hentai.org/hath/HentaiAtHome_1.4.1.zip
unzip HentaiAtHome_1.4.1.zip -d hath/
exit
wget https://github.com/Yukariin/hath-scripts/raw/master/hentaiathome -O /etc/init.d/hentaiathome
wget https://github.com/Yukariin/hath-scripts/blob/master/systemd.service -O /etc/systemd/system/hentaiathome.service
chmod 755 /etc/init.d/hentaiathome
/etc/init.d/hentaiathome start
/etc/init.d/hentaiathome status
update-rc.d hentaiathome defaults
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment