浏览代码

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

Arthur Yefimov 3 年之前
父节点
当前提交
94ec29bf80
共有 1 个文件被更改,包括 2 次插入1 次删除
  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