Last active
March 24, 2019 16:30
-
-
Save guibeira/ac0a7dfbb8b7fb3d9c90bba13483f35c to your computer and use it in GitHub Desktop.
Install dojo timer
This file contains 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
sudo apt install gtk-sharp2 # install dependencies | |
sudo apt install mono-complete | |
wget https://teamcity.jetbrains.com/guestAuth/repository/download/cb_bt402/.lastSuccessful/dojotimer.exe # download binary file | |
sudo chmod 755 dojotimer.exe # give permissions | |
sudo mv dojotimer.exe /bin/dojotimer | |
# now just type `dojotimer` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tested on ubuntu 18 LTS