add pairgoth and containers
This commit is contained in:
17
scripts/15_pairgoth.sh
Normal file
17
scripts/15_pairgoth.sh
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user