Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. root@Debian-85-jessie-64-LAMP /opt/sinusbot # ./sinusbot_installer.sh
  2. This is the automatic installer for latest Sinusbot.
  3. You can choose between installing, upgrading and removing of the Sinusbot.
  4. Installer by Philipp Esswein | DAThosting.eu - Your game-/voiceserver hoster (only german).
  5. Please rate this script on: https://forum.sinusbot.com/resources/sinusbot-installer-script.58/
  6. What should the Installer do?
  7. 1) Install
  8. 2) Update
  9. 3) Remove
  10. 4) Quit
  11. #? 1
  12. Check if lsb-release and debconf-utils is installed...
  13. Installing package lsb-release
  14. Reading package lists... Done
  15. Building dependency tree
  16. Reading state information... Done
  17. Suggested packages:
  18. lsb
  19. The following NEW packages will be installed:
  20. lsb-release
  21. 0 upgraded, 1 newly installed, 0 to remove and 23 not upgraded.
  22. Need to get 26.5 kB of archives.
  23. After this operation, 99.3 kB of additional disk space will be used.
  24. Get:1 http://mirror.hetzner.de/debian/packages/ jessie/main lsb-release all 4.1+Debian13+nmu1 [26.5 kB]
  25. Fetched 26.5 kB in 0s (0 B/s)
  26. Selecting previously unselected package lsb-release.
  27. (Reading database ... 57251 files and directories currently installed.)
  28. Preparing to unpack .../lsb-release_4.1+Debian13+nmu1_all.deb ...
  29. Unpacking lsb-release (4.1+Debian13+nmu1) ...
  30. Processing triggers for man-db (2.7.0.2-5) ...
  31. Setting up lsb-release (4.1+Debian13+nmu1) ...
  32. Done!
  33. Detected OS debian
  34. Detected branch jessie
  35. This Sinusbot version is only for private usage! Accept?
  36. 1) No
  37. 2) Yes
  38. #? 2
  39. Update the system packages to the latest version? Recommended, as otherwise dependencies might brake! Option "No" = Exit
  40. 1) Yes
  41. 2) Try without
  42. 3) No
  43. #? 2
  44. Start installer now!
  45. Searching latest TS3-Client build for hardware type x86_64 with arch amd64.
  46. Detected latest TS3-Client version as 3.0.19.4 with download URL http://dl.4players.de/ts/releases/3.0.19.4/TeamSpeak3-Client-linux_amd64-3.0.19.4.run
  47. Installing necessary packages! Please wait...
  48. Packages installed!
  49. Please enter the name of the sinusbot user. Typically "sinusbot". If it does not exists, the installer will create it.
  50. sinusbot
  51. Setting sinusbot password:
  52. Enter new UNIX password:
  53. Retype new UNIX password:
  54. passwd: password updated successfully
  55. Downloading TS3 client files.
  56. Installing the TS3 client.
  57. Read the eula!
  58. Do following: Press "ENTER" then press "q" after that press "y" and accept it with another "ENTER".
  59. Welcome to the TeamSpeak 3 Client for Linux on amd64 installer
  60.  
  61. In order to install this software you are required to accept the license
  62. agreement, please press return to view the license.
  63.  
  64. You can scroll with the arrow keys and quit the viewer by pressing 'q'.
  65. [RETURN]
  66.  
  67. Please type y to accept, n otherwise: y
  68. Creating directory TeamSpeak3-Client-linux_amd64
  69. Verifying archive integrity... All good.
  70. Uncompressing TeamSpeak 3 Client for Linux on amd64 100%
  71. TS3 client install done.
  72. Downloading latest Sinusbot.
  73. Extracting Sinusbot files.
  74. Sinusbot installation done.
  75. Installed init.d file to start the Sinusbot with "/etc/init.d/sinusbot {start|stop|status|restart|console|update|backup}"
  76. Config.ini created successfully.
  77. Inject Cronjob for automatic Sinusbot update...
  78. Inject Sinusbot update cronjob successful.
  79. Should YT-DL be installed?
  80. 1) Yes
  81. 2) No
  82. #? 2
  83. Starting the Sinusbot.
  84. Using following data:
  85. USER: sinusbot
  86. DIR ROOT: /opt/sinusbot/
  87. BOT RUN CMD: ./sinusbot
  88.  
  89. Starting sinusbot...
  90.  
  91. Your database passwords were stored in /password.txt. Run erase_password_note in order to remove this note.
  92.  
  93. sinusbot started successfully
  94. Please wait... This will take some seconds!
  95. Install done!
  96. Generated a README_installer.txt in /opt/sinusbot with all commands for the sinusbot...
  97. All right. Everything is installed successfully. Sinusbot is UP on "172.31.1.100:8087" | Username: "admin" | Password: "foobar" :)
  98. Stop it with "/etc/init.d/sinusbot stop".
  99. Also you can enter "/etc/init.d/sinusbot help" for help ;)
  100. Don't forget to rate this script on: https://forum.sinusbot.com/resources/sinusbot-installer-script.58/
  101. Thank you for using this script! :)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement