add pairgoth and containers

This commit is contained in:
2025-09-29 00:38:18 +02:00
parent d290e52377
commit 7956623d21
6 changed files with 64 additions and 8 deletions

17
scripts/15_pairgoth.sh Normal file
View 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