mirror of
https://github.com/civsocit/olgram.git
synced 2023-07-22 01:29:12 +03:00
5 lines
47 B
Bash
5 lines
47 B
Bash
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
aerich upgrade
|
||
|
python main.py
|