Browse Source

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

Arthur Yefimov 3 năm trước cách đây
mục cha
commit
94ec29bf80
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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