-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathupdate.sh
More file actions
executable file
·35 lines (26 loc) · 802 Bytes
/
update.sh
File metadata and controls
executable file
·35 lines (26 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
##
# TOFY - bitcoin trader bot (former HAL10K)
#
# @package intrd/bitcoin-tofybot
# @version 1.0
# @tags bitcoin, bot, eggdrop, php, okcoin
# @link http://github.com/intrd/bitcoin-tofybot
# @author intrd (Danilo Salles) - http://dann.com.br
# @author Rafael (Rafael Def) - http://nosite.xxx
# @copyright (proprietary) 2016, intrd
# @license Proprietary software - https://en.wikipedia.org/wiki/Proprietary_software
# Dependencies:
# - php >=5.3.0
# - intrd/php-common >=1.0.x-dev <dev-master
# - intrd/sqlite-dbintrd >=1.0.x-dev <dev-master
# - intrd/php-mcrypt256CBC >=1.0.x-dev <dev-master
# - j7mbo/twitter-api-php dev-master
## @docbloc 1.1
#!/bin/bash
rm src/*.php
git fetch --all && git reset --hard origin/1.0
composer install -o
sleep 3
composer install -o
sleep 2
composer update -o