Updating
This guide will go over updating your NotArb platform to the latest. There are multiple ways to do this and we will go over performing updates from within your CLI terminal and using FTP.
Updating from Within Linux
Find the latest from the Releases Page
Copy link address to the tar.gz
In this example, the notarb-0.1.80-alpha-unix.tar.gz will be used:
Copy the libs directory to the working one
cp -r /update/notarb-unix/libs /bot
cp
is the copy command.-r
tellscp
to copy directories recursively, including all files and subdirectories./update/notarb-unix/libs
is the source directory you want to copy./bot
is the destination where you want thelibs
folder to go.
This command will create a copy of the libs
folder in the /bot
directory, preserving the original folder structure and contents.
Updating from your Computer via FTP
You can also update your bot through FTP from your computer.
Ensure you are able to FTP and download WinRAR
Last updated