Skip to content

Commit

Permalink
Update TD
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjad-021 authored Dec 6, 2018
1 parent e2139cf commit 4b141c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TD
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ if [ ! -d ~/.telegram-bot ]; then
elif [ "$1" = "upgrade" ]; then
update
rm -rf telegram-bot
wget https://valtman.name/files/telegram-bot-180631-linux
mv telegram-bot-180631-linux telegram-bot; chmod +x telegram-bot
wget https://valtman.name/files/telegram-bot-180606-nightly-linux
mv telegram-bot-180606-nightly-linux telegram-bot; chmod +x telegram-bot
elif [[ "$1" =~ ^[0-9]+$ ]]; then
runbt $1
while true; do
Expand Down

0 comments on commit 4b141c8

Please sign in to comment.