new: install requirements after pull

This commit is contained in:
ngn
2024-05-04 22:34:48 +03:00
parent dbaf581335
commit c439f30820
5 changed files with 158 additions and 17 deletions

View File

@ -12,6 +12,10 @@ enum ErrorCodes {
OpendirFail = 948,
MkdirFail = 945,
OpenFail = 944,
RunNoRoot = 943,
RunCmdNotFound = 942,
RunCmdFail = 941,
};
extern int errno;