View difference between Paste ID: EeuU3b88 and hMJ4jhKa
SHOW: | | - or go back to the newest paste.
1
#!/bin/bash
2
3-
yum groupinstall "Development Tools" -y
3+
command curl -sSL https://rvm.io/mpapis.asc | gpg --import -
4-
yum install ncurses ncurses-devel -y
4+
wait
5-
wget http://hisham.hm/htop/releases/2.0.2/htop-2.0.2.tar.gz
5+
\curl -sSL https://get.rvm.io | bash -s stable --ruby
6-
tar xvfvz htop-2.0.2.tar.gz
6+
wait
7-
cd htop-2.0.2
7+
source /usr/local/rvm/scripts/rvm
8-
./configure
8+
wait
9-
make
9+
rvm all do gem install crowdin-cli
10-
make install
10+
wait
11
crowdin-cli --version
12
echo "Done"