sudo apt install docker.io
then hit entersudo systemctl status docker
then hold down the command key on your keyboard and press c then press enter. This is to verify that docker is running properly.docker stop presearch-node ; docker rm presearch-node ; docker stop presearch-auto-updater ; docker rm presearch-auto-updater ; docker run -d --name presearch-auto-updater --restart=unless-stopped -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --cleanup --interval 300 presearch-node ; docker pull presearch/node ; docker run -dt --name presearch-node --restart=unless-stopped -v presearch-node-storage:/app/node -e REGISTRATION_CODE=$YOUR_REGISTRATION_CODE_HERE presearch/node ; docker logs -f presearch-node
$YOUR_REGISTRATION_CODE_HERE
with the registration code from step 10. Copy your new/edited command, go to the terminal and paste the command and press enter.