Update install.sh

This commit is contained in:
Josh S 2022-12-03 00:08:03 -05:00 committed by GitHub
parent 278538e7de
commit ef2c6482eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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