Update install

This commit is contained in:
Michael De Roover 2021-12-06 04:50:07 +01:00
parent b9a01a2345
commit 018ad977c2
Signed by: vim
GPG Key ID: 075496E232CE04CB

View File

@ -20,5 +20,6 @@ mkconfig(){
[ ! -f config.py ] && mkconfig
pip3 install -U telethon --user
mkdir logs
[ -f setup.py ] && python3 setup.py
return 0