mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +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 |