mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-13 16:34:44 +00:00
9 lines
119 B
Bash
Executable File
9 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# update system
|
|
sudo apt-get update
|
|
sudo apt-get upgrade
|
|
|
|
# update pm2
|
|
sudo yarn global add pm2
|
|
pm2 update |