prereq.sh 409 B

1234567
  1. #!/bin/bash
  2. echo "Prereq for openwrt build:"
  3. sudo apt-get update
  4. sudo apt-get install subversion git curl python3 gettext mercurial build-essential libssl1.0-dev -y
  5. sudo apt-get install gettext ncurses-bin libncurses5-dev git-core zlib1g-dev libssl-dev python2.7 unzip gawk zlib1g-dev -y
  6. #wget -c https://gitlab.labs.nic.cz/turris/openwrt/uploads/0673001b14ab1d1769604ff0ce7d8781/git-version-check-fix.patch