Advertisement
Guest User

a session of installing test version on 56U

a guest
Nov 18th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.23 KB | None | 0 0
  1. $ sh -c "$(wget -qO - https://kazoo.ga/pixelserv-tls/install-beta.sh)"
  2.  
  3. This script will download and install KL-test8b test version of pixelserv-tls.
  4. The script will guide you through and automate the process.
  5.  
  6. The script currently only support these Entware-ng architectures:
  7.  
  8.    1. arm7     - backup prod versoin and install arm7 test version KL-test8b
  9.    2. mipsel   - backup prod version and install mipsel test version KL-test8b
  10.    3. restore  - revert back to prod version and clean up test directory
  11.  
  12. Type 1, 2 or 3 to proceed or anything else to quit:
  13.  
  14. 1
  15.  
  16. Now we'll attempt to download
  17.  
  18.    pixelserv-tls.KL-test8b.Entware-ng.armv7softfloat.zip
  19. to
  20.    /opt/tmp/pixelserv-tls-beta
  21.  
  22. Downloaded pixelserv-tls.KL-test8b.Entware-ng.armv7softfloat.zip
  23.  
  24. Unzipping...
  25.  
  26. Archive:  pixelserv-tls.KL-test8b.Entware-ng.armv7softfloat.zip
  27.  
  28.  inflating: LICENSE
  29.  inflating: README.md
  30.  inflating: dist/pixelserv-tls.arm.ent.performance.dynamic
  31.  
  32. Unzipped successfully
  33.  
  34. Now we'll proceed to backup /opt/bin/pixelserv-tls and install the beta binary
  35.  
  36. Type 'yes' to continue..
  37.  
  38. yes
  39.  
  40. Congratulations. pixelserv-tls KL-test8b installed.
  41.  
  42. To take immediate effect, restart pixelserv-tls:
  43.  
  44.     /opt/etc/init.d/S80pixelserv-tls restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement