Skip to content

Commit e1f8110

Browse files
author
Your Name
committed
oops.
1 parent d547ab5 commit e1f8110

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

script/install-linux.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ fi
1414
echo -e "\n> Downloading binary with curl...\n"
1515
curl -L -o "$HOME/.local/bin/kt-encabulator" "https://github.com/Olypolyu/Kotlin-Encabulator/releases/download/$LASTEST/kt-encabulator"
1616
chmod +x "$HOME/.local/bin/kt-encabulator"
17+
rm "$HOME/.local/bin/.kt-encabulator.version.txt"
18+
echo $LASTEST >> "$HOME/.local/bin/.kt-encabulator.version.txt"
1719

1820
echo -e "\n\e[1;32mReady to go!\e[0m Execute with \"\e[1;34mkt-encabulator\e[0m\""
19-
echo " - Run with -h or --help for documentation. \n"
20-
21-
echo $LASTEST >> "$HOME/.local/bin/.kt-encabulator.version.txt"
21+
echo " - Run with -h or --help for documentation. \n"

0 commit comments

Comments
 (0)