We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d547ab5 commit e1f8110Copy full SHA for e1f8110
script/install-linux.sh
@@ -14,8 +14,8 @@ fi
14
echo -e "\n> Downloading binary with curl...\n"
15
curl -L -o "$HOME/.local/bin/kt-encabulator" "https://github.com/Olypolyu/Kotlin-Encabulator/releases/download/$LASTEST/kt-encabulator"
16
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"
19
20
echo -e "\n\e[1;32mReady to go!\e[0m Execute with \"\e[1;34mkt-encabulator\e[0m\""
-echo " - Run with -h or --help for documentation. \n"
-
21
-echo $LASTEST >> "$HOME/.local/bin/.kt-encabulator.version.txt"
+echo " - Run with -h or --help for documentation. \n"
0 commit comments