1.4.19 bugfix
This commit is contained in:
parent
c7ae28405a
commit
fbff05db89
3
.gitignore
vendored
3
.gitignore
vendored
@ -7,4 +7,5 @@ backup_ozgur.sh
|
||||
backup.sh
|
||||
backup/backup.sh
|
||||
backup/backup_ozgur.sh
|
||||
quilibrium_for_pros.sh
|
||||
quilibrium_for_pros.sh
|
||||
dataworker.py
|
||||
@ -60,7 +60,7 @@ git checkout release-cdn
|
||||
# Step 7:Build Docker Container
|
||||
echo "⏳Building Ceremonyclient Container"
|
||||
sleep 2 # Add a 2-second delay
|
||||
docker build --build-arg GIT_COMMIT=$(git log -1 --format=%h) -t quilibrium:1.4.19 .
|
||||
docker build --build-arg GIT_COMMIT=$(git log -1 --format=%h) -t quilibrium:1.4.19 .1.4.19
|
||||
|
||||
# Step 8:Run Ceremonyclient Container
|
||||
echo "✅Running Ceremonyclient Container"
|
||||
|
||||
@ -43,7 +43,7 @@ else
|
||||
fi
|
||||
|
||||
sudo apt upgrade -y
|
||||
|
||||
1.4.19
|
||||
|
||||
# Step 2: Adjust network buffer sizes
|
||||
echo "Adjusting network buffer sizes..."
|
||||
|
||||
@ -32,9 +32,9 @@ if [ "$ARCH" = "x86_64" ]; then
|
||||
elif [ "$OS" = "Darwin" ]; then
|
||||
NODE_BINARY='node-1.4.19-darwin-amd64'
|
||||
fi
|
||||
elif [ "$ARCH" = "aarch64" ]; then
|
||||
if [ "$OS" = "Linux" ]; then
|
||||
NODE_BINARY='node-1.4.19-linux-arm64'
|
||||
elif [ "$ARCH" = "aarch64" ]; then1.4.19
|
||||
if [ "$OS" = "Linux" ]; then1.4.19
|
||||
NODE_BINARY='node-1.4.19-linux-arm64'1.4.19
|
||||
elif [ "$OS" = "Darwin" ]; then
|
||||
NODE_BINARY='node-1.4.19-darwin-arm64'
|
||||
fi
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Set the version number
|
||||
VERSION="1.4.18"
|
||||
VERSION="1.4.19"
|
||||
|
||||
# Step 0: Welcome
|
||||
echo "This script is made with ❤️ by https://quilibrium.space @ 0xOzgur.eth for scalepod.io"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user