Ignore:
Timestamp:
Apr 17, 2019, 9:37:25 AM (5 years ago)
Author:
nmir-saito
Message:

fix typo and installation script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ssp_rpi3/trunk/setup_tools.sh

    r384 r385  
    3838}
    3939
    40 : "install $QEMU_COMMAND" && {
     40: "install $QEMU_COMMAND and related packages" && {
    4141  if type $QEMU_COMMAND > /dev/null 2>&1; then
    4242    echo "$QEMU_COMMAND already exists. skip install."
    4343  else
    4444    sudo apt-get update
    45     sudo apt-get install -y qemu-system-arm
     45    sudo apt-get install -y qemu-system-arm libpython2.7 libncurses5
    4646  fi
    4747}
Note: See TracChangeset for help on using the changeset viewer.