QORTector-scripts/refresh-and-modify-start-script.sh
crowetic 2108dd53e8
Create refresh-and-modify-start-script.sh
New script to refresh-qortal and modify the start script for systems with lower RAM or memory crashes at the same time.
2022-10-27 16:07:24 -07:00

15 lines
344 B
Bash

#!/bin/sh
cd
cd qortal
./stop.sh
sleep 5
rm -R db
rm start.sh
rm qortal.jar
rm log.t*
curl -L -O https://github.com/qortal/qortal/releases/latest/download/qortal.jar
curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/start-modified-memory-args.sh
mv start-modified-memory-args.sh start.sh
chmod +x start.sh
./start.sh