Browse Source

Merge branch 'edge' of github.com:wekan/wekan into edge

Lauri Ojansivu 6 năm trước cách đây
mục cha
commit
980db9cb0c
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      rebuild-wekan.sh

+ 2 - 1
rebuild-wekan.sh

@@ -72,8 +72,9 @@ do
 		if [[ "$OSTYPE" == "linux-gnu" ]]; then
 		if [[ "$OSTYPE" == "linux-gnu" ]]; then
 	                echo "Linux";
 	                echo "Linux";
 			# Debian, Ubuntu, Mint
 			# Debian, Ubuntu, Mint
-			sudo apt-get install -y build-essential git curl wget
+			sudo apt-get install -y build-essential gcc g++ make git curl wget
 			curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
 			curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
+			sudo apt-get install -y nodejs
 		elif [[ "$OSTYPE" == "darwin"* ]]; then
 		elif [[ "$OSTYPE" == "darwin"* ]]; then
 		        echo "macOS";
 		        echo "macOS";
 			pause '1) Install XCode 2) Install Node 8.x from https://nodejs.org/en/ 3) Press [Enter] key to continue.'
 			pause '1) Install XCode 2) Install Node 8.x from https://nodejs.org/en/ 3) Press [Enter] key to continue.'