From 5af0c8004bd1cdd2693cc8f258b1c27bb0b6118f Mon Sep 17 00:00:00 2001 From: Grigorii Safronov Date: Sun, 8 Sep 2024 13:37:25 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'scripts/installd.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/installd.sh | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/scripts/installd.sh b/scripts/installd.sh index b3289136..7efc4b00 100644 --- a/scripts/installd.sh +++ b/scripts/installd.sh @@ -41,24 +41,14 @@ #* POSSIBILITY OF SUCH DAMAGE. #*/ - sudo apt-get update -sudo apt install build-essential git autotools-dev autoconf libjemalloc-dev tcl tcl-dev uuid-dev libcurl4-openssl-dev ncurses-dev - -git clone https://source.fluidb.icu/fluidB/fluidb.git - cd fluidb || exit - go install ./... -cd .. - -cd "$GOPATH"/bin || exit - - mv rqlite clif && mv rqlited fluidbs + sudo apt install build-essential git autotools-dev autoconf libjemalloc-dev tcl tcl-dev uuid-dev libcurl4-openssl-dev ncurses-dev + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh - cp "$GOPATH"/bin/clif /usr/local/ - cp "$GOPATH"/bin/fluidbs /usr/local/ - cd /usr/local/ || exit +mkdir /home/project + git clone https://source.fluidb.ru/fluidB/fluidb.git /home/project/ +cp /home/project/fluidb/target/debug/fluidb-serv /home/project/ -./fluidbs -node-id 1 ~/node.1