maintenance script

This commit is contained in:
Ulf Gebhardt 2022-01-05 03:45:48 +01:00
parent a2c914d2a1
commit 4cda535cee
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -0,0 +1,9 @@
#!/bin/bash
# update system
sudo apt-get update
sudo apt-get upgrade
# update pm2
sudo yarn global add pm2
pm2 update