Update install.sh
This commit is contained in:
parent
a3637b14e4
commit
3b23002128
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ fi
|
||||||
# Install Lavalink
|
# Install Lavalink
|
||||||
echo -e "\e[32m* Starting Lavalink Installation\e[0m"
|
echo -e "\e[32m* Starting Lavalink Installation\e[0m"
|
||||||
mkdir ~/Lavalink && cd ~/Lavalink
|
mkdir ~/Lavalink && cd ~/Lavalink
|
||||||
wget https://cdn.joshsevero.dev/u/VfWVMa.jar > /dev/null 2>&1
|
wget https://github.com/Cog-Creators/Lavalink-Jars/releases/latest/download/Lavalink.jar > /dev/null 2>&1
|
||||||
echo "What port do you want your Lavalink to run on?"
|
echo "What port do you want your Lavalink to run on?"
|
||||||
read Lava_Port
|
read Lava_Port
|
||||||
echo "What password do you want to set for your Lavalink?"
|
echo "What password do you want to set for your Lavalink?"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue