This commit is contained in:
2022-09-11 21:49:23 +00:00
parent 253228abbe
commit f31bdfe17d
2 changed files with 9 additions and 1 deletions

View File

@@ -10,6 +10,14 @@ Log issue final steps to complete:
cd /var/ayanova && \
sudo systemctl stop ayanova.service && \
sudo curl -O https://www.ayanova.com/download/next/ayanova-subscription-linux-x64-server.zip && \
sudo rm *.dll && \
sudo rm -r ./resource && \
sudo rm -r ./wwwroot && \
sudo unzip -o ayanova-subscription-linux-x64-server.zip -x "config.json" && \
sudo systemctl start ayanova.service