gcc-4.9.sh 200 B

123456789
  1. #!/bin/bash
  2. fw_installed gcc-4.9 && return 0
  3. sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
  4. sudo apt-get -yq update
  5. sudo apt-get install -qqy gcc-4.9 g++-4.9
  6. touch $IROOT/gcc-4.9.installed