Browse Source

Install.sh: add apt update; add build-essential

Arthur Yefimov 3 years ago
parent
commit
94ec29bf80
1 changed files with 2 additions and 1 deletions
  1. 2 1
      install.sh

+ 2 - 1
install.sh

@@ -3,7 +3,8 @@
 echo "This script will install Free Oberon."
 
 echo "Installing Allegro5, Git and GCC..."
-sudo apt-get install -y liballegro5-dev git gcc
+sudo apt-get update
+sudo apt-get install -y liballegro5-dev git gcc build-essential
 
 echo "Installing Ofront+ as Git submodule..."
 git submodule update --init