Cmatrix 一键安装脚本

#!/bin/bash
#
#*************************************************************
#Author: sissi
#QQ: 1755639522
#Date: 2020-02-29
#FileName: test.sh
#URL:
#Description: The test script
#Copyright (C): 2020 All rights reserved
#*************************************************************
cd /data
wget https://jaist.dl.sourceforge.net/project/cmatrix/cmatrix/1.2a/cmatrix-1.2a.tar.gz
yum install ncurses-devel -y
tar xf cmatrix-1.2a.tar.gz
cd cmatrix-1.2a/
./configure --prefix=/apps/cmatrix
make && make install
/apps/cmatrix/bin/cmatrix

posted @ 2020-02-29 21:40  偷懒曦  阅读(207)  评论(0编辑  收藏  举报