#!/bin/sh
#更新软件源
sudo apt-get update -y
#安装opengl
sudo apt-get install build-essential -y
sudo apt-get install libgl1-mesa-dev -y
sudo apt-get install libglu1-mesa-dev -y
sudo apt-get install freeglut3-dev -y
#安装vim
sudo apt-get install vim -y
#安装minicom
sudo apt-get install minicom -y
#安裝配置ssh
sudo apt-get install openssh-client -y
sudo apt-get install openssh-server -y
sudo /etc/init.d/ssh restart -y
#安裝ncurses
sudo apt-get install ncurse* -y
#安裝git
sudo apt-get install git -y
#安裝makeinfo
sudo apt-get install texinfo -y
#安裝bison
sudo apt-get install bison -y
sudo apt-get install flex -y
#安装gimp图形处理软件
sudo apt-get install gimp -y
#安装配置tftp服务
sudo apt-get install tftpd-hpa -y
sudo /etc/init.d/tftpd-hpa restart -y
#安装c++库
sudo apt-get install lib32stdc++6 -y
#安装fastboot
sudo