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