gcc-6.sh 186 B

123456789
  1. #!/bin/bash
  2. fw_installed gcc-6 && 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-6
  6. touch $IROOT/gcc-6.installed