short url for beta

Short URL for beta version downloads (stadistics)
This commit is contained in:
Cristhian Martínez Ochoa 2017-12-16 17:21:51 -06:00
parent a5c3abe302
commit a3e5906ae4
2 changed files with 3 additions and 3 deletions

View file

@ -11,9 +11,9 @@ source /opt/webinoly/lib/install
if [ "$opt" == "-update" ]; then if [ "$opt" == "-update" ]; then
if [[ $arg == '-vbeta' ]]; then if [[ $arg == '-vbeta' ]]; then
sudo wget --timeout=15 -qrO weby https://s3.amazonaws.com/dl.qrokes.com/webinoly/beta/weby && sudo bash weby -vbeta sudo wget --timeout=15 -qrO weby https://qrok.es/wyupdb && sudo bash weby -vbeta
else else
sudo wget --timeout=15 -qrO weby qrok.es/wyupd && sudo bash weby 0 sudo wget --timeout=15 -qrO weby https://qrok.es/wyupd && sudo bash weby 0
fi fi
echo "" echo ""
echo "${gre}Webinoly App has been updated successfully!${end}" echo "${gre}Webinoly App has been updated successfully!${end}"

2
weby
View file

@ -47,7 +47,7 @@ fi
# Download and install Webinoly # Download and install Webinoly
if [[ $setup == '-vbeta' ]]; then if [[ $setup == '-vbeta' ]]; then
echo "" echo ""
sudo wget --timeout=15 -qrO $HOME/webinoly.tar https://s3.amazonaws.com/dl.qrokes.com/webinoly/beta/webinoly.tar sudo wget --timeout=15 -qrO $HOME/webinoly.tar https://qrok.es/wytarb
echo "$(tput setaf 1)" echo "$(tput setaf 1)"
echo " [WARNING] You are installing a BETA version of Webinoly and it's not recommended for production enviroments. $(tput sgr0)" echo " [WARNING] You are installing a BETA version of Webinoly and it's not recommended for production enviroments. $(tput sgr0)"
else else