1
0
forked from me/IronOS

Uncommented apt install in setup.sh

This commit is contained in:
Žiga Kralj
2021-01-14 00:59:42 +01:00
parent 713f22ddcc
commit b2cf536f69

View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -e
# Setup shell file to setup the environment on an ubuntu machine
#sudo apt-get update && sudo apt-get install -y make bzip2 git python3 wget
sudo apt-get update && sudo apt-get install -y make bzip2 git python3 wget
sudo mkdir -p /build
cd /build