😎Q.One - Node Quickstart Menu

This is a little tool that you can run in your terminal, and it will give you a menu with the main options to install/update your node, as well as some useful shortcodes.

In my opinion, it is better to follow the Node Auto-installer guide if this is your first installation, but this tool may come in handy for managing your node later.

Simply run the below code in your terminal.

Follow the Safety checks before running this script in your server

wget -O ~/qone.sh https://github.com/lamat1111/QuilibriumScripts/raw/main/qone.sh && chmod +x ~/qone.sh && ./qone.sh

After the first run, to run again the QNode Quickstart just run ./qone.sh, it should also work by just typing Q1,q1 or qone.

The Qnode Quickstart will automatically load every time you log in.

If this is annoying to you, simply run the below command and the menu will not load by default anymore.

sed -i 's|^~/qone.sh|#&|' ~/.bashrc && source ~/.bashrc

Last updated