Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastGamer81 authored Apr 29, 2024
1 parent c57fc20 commit 3308538
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ $(tput setaf 6) COPYRIGHT 2023 - 2024 Klovit & https://github.com/beastgamer81
}

forceStuffs() {
if ["$HIBERNATE_STATUS" -eq "true"]; then
if ["$HIBERNATE_STATUS" == "true"]; then
touch hibernate
mkdir -p plugins
curl -s -o plugins/hibernate.jar https://raw.githubusercontent.com/beastgamer81/klovitegg/main/HibernateX-2.0.3.jar
fi
Expand Down

0 comments on commit 3308538

Please sign in to comment.