§2024-09-08
Using git to update the Rocket.Chat version
試作機器:orangePI8G , Debian GNU/Linux 12 (bookworm)
$ node --version
v14.21.3
alexlai@opi58G:~/build$ npm --version
6.14.18
- clone
$ git clone https://github.com/RocketChat/Rocket.Chat.git
$ cd Rocket.Chat/
$ $ git checkout -b 6.12.0 6.12.0
Switched to a new branch '6.12.0'