Skip to content

Commit

Permalink
scripts: setup: Revive crowdin cli installation script
Browse files Browse the repository at this point in the history
- Source -https://github.com/crowdin/crowdin-cli#installation

Change-Id: Id529f6840c3763ef5b9125f7107efaf1e996d78f
Signed-off-by: Sipun Ku Mahanta <[email protected]>
  • Loading branch information
Darkstar085 committed Jan 2, 2023
1 parent a50c73a commit 9653c7d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions setup/crowdin-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
# Script to setup environment for crowdin
# shellcheck disable=SC1010

sudo apt install python-git
curl -sSL https://get.rvm.io | bash -s stable --ruby
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
echo "crowdin-cli installed"
echo ""

# Test crowdin-cli
echo "Your crowdin version:"
crowdin --version

0 comments on commit 9653c7d

Please sign in to comment.