18 lines
380 B
Bash
18 lines
380 B
Bash
|
|
cd ..
|
|
cp files/my-pairgoth.service /etc/systemd/system/my-pairgoth.service
|
|
|
|
|
|
cd /root
|
|
wget https://git.petrovv.com/nikola/pairgoth/releases/download/current/pairgoth.tar.gz
|
|
tar -xzf pairgoth.tar.gz
|
|
rm pairgoth.tar.gz
|
|
cd pairgoth
|
|
./get_java.sh
|
|
rm OpenJDK11U-jre_x64_linux_hotspot_11.0.28_6.tar.gz
|
|
|
|
systemctl daemon-reload
|
|
systemctl enable my-pairgoth
|
|
systemctl start my-pairgoth
|
|
|