diff --git a/README.md b/README.md index e407684..2ae437c 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,16 @@ After first run, when you need to reach your node, you need to run only; Use below command to install v2.0 + wget -O - https://raw.githubusercontent.com/0xOzgur/QuilibriumTools/main/install/install_quilibrium_service.sh | bash **Autoupdater** + If you need to update your node from previous version to 2.0, apply below command + wget -O - https://raw.githubusercontent.com/0xOzgur/QuilibriumTools/main/update/update.sh | bash For easy management of your nodes I created some shortcodes. You can import .profile or .bash_profile (Some Debian installations) file and source. Then you can easily query node related infos. diff --git a/install/install.sh b/install/install.sh index b30a110..5b377f7 100644 --- a/install/install.sh +++ b/install/install.sh @@ -145,9 +145,6 @@ else echo "ceremonyclient.service file does not exist. No action taken." fi -CPU_THREADS=$(nproc) -CPU_QUOTA=$(( CPU_THREADS * 90 )) - sudo tee /lib/systemd/system/ceremonyclient.service > /dev/null <