Skip to content

Commit f890610

Browse files
authored
Merge pull request #191 from Darkstar085/master
scripts: setup: Revive crowdin cli installation script
2 parents 91c1c82 + 9653c7d commit f890610

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

setup/crowdin-cli.sh

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
# Script to setup environment for crowdin
44
# shellcheck disable=SC1010
55

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
6+
# Install crowdin-cli
7+
wget https://artifacts.crowdin.com/repo/deb/crowdin3.deb -O crowdin.deb
8+
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

Comments
 (0)