We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91c1c82 + 9653c7d commit f890610Copy full SHA for f890610
setup/crowdin-cli.sh
@@ -3,6 +3,12 @@
3
# Script to setup environment for crowdin
4
# shellcheck disable=SC1010
5
6
-sudo apt install python-git
7
-curl -sSL https://get.rvm.io | bash -s stable --ruby
8
-rvm all do gem install crowdin-cli
+# Install crowdin-cli
+wget https://artifacts.crowdin.com/repo/deb/crowdin3.deb -O crowdin.deb
+sudo dpkg -i crowdin.deb
9
+echo "crowdin-cli installed"
10
+echo ""
11
+
12
+# Test crowdin-cli
13
+echo "Your crowdin version:"
14
+crowdin --version
0 commit comments