Skip to content

Instantly share code, notes, and snippets.

@Suzhou65
Last active September 18, 2020 07:53
Show Gist options
  • Save Suzhou65/8207e6c7487bf303cc7615ad94352e42 to your computer and use it in GitHub Desktop.
Save Suzhou65/8207e6c7487bf303cc7615ad94352e42 to your computer and use it in GitHub Desktop.
Raspbian install Hentai@Home

Install Hentai@Home

Install unzip and screen

sudo apt-get install unzip -y
sudo apt-get install screen -y

Download Hentai@Home

cd /media/hd
sudo mkdir hath
sudo mkdir cache
sudo mkdir data
sudo mkdir download
sudo mkdir log
sudo mkdir temp
cd ~
sudo wget –no-check-certificate https://repo.e-hentai.org/hath/HentaiAtHome_1.4.2.zip
sudo unzip HentaiAtHome_1.4.2.zip
sudo mv ~/autostartgui.bat /media/hd/hath
sudo mv ~/HentaiAtHome.jar /media/hd/hath
sudo mv ~/HentaiAtHomeGUI.jar /media/hd/hath

Hentai@Home execution script

Create script

cd /media/hd/hath
sudo touch Hentai.sh
sudo vim Hentai.sh

Editing file, It should be look like this

java -jar /media/hd/hath/HentaiAtHome.jar --cache-dir=/media/hd/cache --data-dir=/media/hd/data --download-dir=/media/hd/download --log-dir=/media/hd/log --temp-dir=/media/hd/temp

Initialization Hentai@Home

screen
sudo chmod 777 /media/hd
cd /media/hd/hath
sudo chmod 777 Hentai.sh
./Hentai.sh

Enter Client ID when you see something like this

Enter Client ID:

Enter Client Key when you see something like this

Enter Client Key:

Hentai@Home will start running if everything right.

Detach Hentai@Home

[ Ctrl ] + [ A ] + [ D ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment