Skip to content

Commit

Permalink
Small fix in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
iangelak committed Jun 22, 2024
1 parent 7c36678 commit d27fbce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@ git clone --recursive -b pandawan https://github.com/BUseclab/FirmSolo.git ${INS
cd ${INSTALL_DIR}

# Install custom FirmAE version
wget -N --continue https://github.com/BUseclab/Pandawan/releases/download/v1.0/firmae.tar.gz
wget -N --continue https://github.com/BUseclab/Pandawan/releases/download/v1.0.0/firmae.tar.gz
tar xvf firmae.tar.gz
rm firmae.tar.gz
cd FirmAE/ && ./download.sh

cd ${INSTALL_DIR}

# Install custom Firmadyne version
wget -N --continue https://github.com/BUseclab/Pandawan/releases/download/v1.0/firmadyne.tar.gz
wget -N --continue https://github.com/BUseclab/Pandawan/releases/download/v1.0.0/firmadyne.tar.gz
tar xvf firmadyne.tar.gz
rm firmadyne.tar.gz
cd firmadyne/ && ./download.sh
Expand Down

0 comments on commit d27fbce

Please sign in to comment.