Flash VIX via command line from the creators GrogBuild FreeRange - Leading the way to simplicity

Evening, Am I pasting the wrong command?

Code:
root@vuduo4k:~# wget --no-check-certificate -O install_vix.sh https://www.dropbox.com/s/hc2cdr116lvx3dj/install_vix.sh?dl=1 && bash install_vix.sh
Connecting to www.dropbox.com (162.125.64.18:443)
Connecting to uc4f7d613ec9f91e71375531e725.dl.dropboxusercontent.com (162.125.64.15:443)
wget: server returned error: HTTP/1.1 400 Bad Request
root@vuduo4k:~#
 
Last edited:
Evening, AM I pasting teh worng command?

Code:
root@vuduo4k:~# wget --no-check-certificate -O install_vix.shttps://www.drop hbox.com/s/hc2cdr116lvx3dj/install_vix.sh?dl=1 && bash install_vix.sh
Connecting to www.dropbox.com (162.125.64.18:443)
Connecting to uc4f7d613ec9f91e71375531e725.dl.dropboxusercontent.com (162.125.64.15:443)
wget: server returned error: HTTP/1.1 400 Bad Request
root@vuduo4k:~#
you appear to have copied it wrong, you have a ' h' in the middle of the word dropbox although I assume that's just where you copied it here.

it worked for me, only difference I didn't run the script
1645471416028.png
 
Thanks. I copied what was on forum. Even the ATV one has an error

Code:
root@vuduo4k:~# wget --no-check-certificate -O installatv.sh https://www.dropbox.com/s/nqbo698rxconave/installatv.sh?dl=1 && bash installatv.sh
Connecting to www.dropbox.com (162.125.64.18:443)
Connecting to uc2209012b6cd4ce92c51f733de3.dl.dropboxusercontent.com (162.125.64.15:443)
wget: server returned error: HTTP/1.1 400 Bad Request

Can you please post both versions for me and I will correct my saved copies. Thanks
 
not working for me

Code:
root@vuduo4k:~# https://dl.dropboxusercontent.com/s/hc2cdr116lvx3dj/install_vix.sh
-sh: https://dl.dropboxusercontent.com/s/hc2cdr116lvx3dj/install_vix.sh: No such file or directory
root@vuduo4k:~#

Can you please post the working commands so I can copy them again.
 
I meant change the sh link in the command so

Code:
wget --no-check-certificate -O installvix.sh https://dl.dropboxusercontent.com/s/hc2cdr116lvx3dj/install_vix.sh && bash installvix.sh

I can't test it though
 
Last edited:
not working for me

Code:
root@vuduo4k:~# https://dl.dropboxusercontent.com/s/hc2cdr116lvx3dj/install_vix.sh
-sh: https://dl.dropboxusercontent.com/s/hc2cdr116lvx3dj/install_vix.sh: No such file or directory
root@vuduo4k:~#

Can you please post the working commands so I can copy them again.

Using the code @dsayers2014 posted above it worked:

Code:
root@vuuno4k:~# wget --no-check-certificate -O installatv.sh https://dl.dropboxusercontent.com/s/hc2cdr116lvx3dj/install_vix.sh && bash installatv.sh
--2022-02-21 19:49:22--  https://dl.dropboxusercontent.com/s/hc2cdr116lvx3dj/install_vix.sh
Resolving dl.dropboxusercontent.com... 162.125.64.15, 2620:100:6020:15::a27d:400f
Connecting to dl.dropboxusercontent.com|162.125.64.15|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/x-sh]
Saving to: ‘installatv.sh’

installatv.sh                                       [ <=>                                                                                                 ]   1.90K  --.-KB/s    in 0s

2022-02-21 19:49:22 (67.5 MB/s) - ‘installatv.sh’ saved [1946]

--2022-02-21 19:49:22--  https://www.openvix.co.uk/index.php/downloads/
Resolving www.openvix.co.uk... 176.31.181.161
Connecting to www.openvix.co.uk|176.31.181.161|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘STDOUT’

-                                                   [ <=>                                                                                                 ]  34.90K  --.-KB/s    in 0.002s

2022-02-21 19:49:23 (15.7 MB/s) - written to stdout [35734]

1) ax-technology       4) forumler           7) maxdigital        10) mutant            13) xtrend            16) technomate        19) vu-plus
2) amiko               5) gigablue           8) medialink         11) octagon           14) opticum           17) tiviar            20) zgemma
3) edision             6) golden-interstar   9) miraclebox        12) odin-mara         15) spycat            18) venton-unibox
 
Thanks

Code:
VIX
wget --no-check-certificate -O installvix.sh https://dl.dropboxusercontent.com/s/hc2cdr116lvx3dj/install_vix.sh && bash installvix.sh

ATV
wget --no-check-certificate -O installatv.sh https://dl.dropboxusercontent.com/s/nqbo698rxconave/installatv && bash installatv.sh
 
Last edited:
Back
Top