소스 검색

For development, only recommend Debian 12 amd64, because Sandstorm works at Debian 12.
Sandstorm does not work at Ubuntu 24.04.

Thanks to xet7 !

Related https://github.com/sandstorm-io/sandstorm/issues/3712

Lauri Ojansivu 1 년 전
부모
커밋
1bd30bc121
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      rebuild-wekan.sh

+ 1 - 3
rebuild-wekan.sh

@@ -1,14 +1,12 @@
 #!/bin/bash
 #!/bin/bash
 
 
 
 
-echo "Recommended for development: Newest Ubuntu or Debian amd64, directly to SSD disk or dual boot, not VM. Works fast."
+echo "Recommended for development: Debian 12 amd64, directly to SSD disk or dual boot, not VM. Works fast."
 echo "Note1: If you use other locale than en_US.UTF-8 , you need to additionally install en_US.UTF-8"
 echo "Note1: If you use other locale than en_US.UTF-8 , you need to additionally install en_US.UTF-8"
 echo "       with 'sudo dpkg-reconfigure locales' , so that MongoDB works correctly."
 echo "       with 'sudo dpkg-reconfigure locales' , so that MongoDB works correctly."
 echo "       You can still use any other locale as your main locale."
 echo "       You can still use any other locale as your main locale."
 echo "Note2: Console output is also logged to ../wekan-log.txt"
 echo "Note2: Console output is also logged to ../wekan-log.txt"
 
 
-#Below script installs newest node 8.x for Debian/Ubuntu/Mint.
-
 function pause(){
 function pause(){
 	read -p "$*"
 	read -p "$*"
 }
 }