Created
September 22, 2017 04:56
-
-
Save codexss/88b28d6e562a604ef2bee323a0c5d724 to your computer and use it in GitHub Desktop.
Build H@H on Debian8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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