From ef2c6482eb595627c2e9f54b20a6fd4fd8f9b9da Mon Sep 17 00:00:00 2001 From: Josh S Date: Sat, 3 Dec 2022 00:08:03 -0500 Subject: [PATCH] Update install.sh --- install.sh | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/install.sh b/install.sh index a9e1cb0..7a94d22 100644 --- a/install.sh +++ b/install.sh @@ -155,23 +155,7 @@ sentry: root: INFO lavalink: INFO " > application.yml -echo " -{ - "apps":[ - { - "name":"Lavalink", - "cwd":".", - "script":"/usr/bin/java", - "args":[ - "-jar", - "/root/Lavalink/Lavalink.jar", - ], - "exec_interpreter":"", - "exec_mode":"fork" - } - ] -} -" > config.json +wget https://raw.githubusercontent.com/DIVISIONSolar/Lavalink-Install/main/config.json > /dev/null 2>&1 echo -e "\e[32m* Lavalink Installation Completed\e[0m" # Start Lavalink