This is an automated email from the ASF dual-hosted git repository.
junchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
The following commit(s) were added to refs/heads/master by this push:
new 282fe2da Update INSTALL.sh
282fe2da is described below
commit 282fe2da315b9f5c3a5d020b652d44979b96a151
Author: cjcchen <[email protected]>
AuthorDate: Mon Nov 4 14:29:30 2024 +0800
Update INSTALL.sh
---
INSTALL.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/INSTALL.sh b/INSTALL.sh
index c4fdcff3..9a5f742c 100755
--- a/INSTALL.sh
+++ b/INSTALL.sh
@@ -17,6 +17,9 @@
# under the License.
#
+#!/bin/bash
+
+
sudo apt update
sudo apt install apt-transport-https curl gnupg -y
sudo apt-get install protobuf-compiler -y