This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # Start/stop the jetbrains daemon. | |
| # | |
| # Download this script to /etc/init.d/jetbrains and run chmod +x /etc/init.d/jetbrains | |
| # | |
| # Installation of the activation server: | |
| # wget https://svn.laucyun.com/public/Jetbrains-License-Server/2018.8.8/jetbrains-license-server-linux-arm | |
| # sudo mv jetbrains-license-server-linux-arm /usr/bin/jetbrains-license-server | |
| # | |
| # Usage: |