Skip to content

Commit 60f311a

Browse files
committed
Fix to isntaller
1 parent 4bc980a commit 60f311a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

installer.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
export filename="NULL"
99
export installType=""
1010
export repo="https://github.com/Vxrpenter/SCPToolsBot"
11-
export version="v1.1.1"
11+
export version="1.1.1"
1212
export configPath=""
1313

1414
# Jar Installation
15-
export versionLink="${repo}/releases/download/${version}/SCP_Tools-${version}.jar"
15+
export versionLink="${repo}/releases/download/v${version}/SCP_Tools-${version}.jar"
1616
export filename="SCP_Tools-${version}.jar"
1717

1818
# Base Configuration Values
@@ -346,7 +346,6 @@ function confirmCedMod() {
346346
;;
347347
* )
348348
echo "Skipping CedMod setup"
349-
confirmCedMod
350349
esac
351350
}
352351
confirmCedMod

0 commit comments

Comments
 (0)