1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Fix: Git pull should before alas kill

This commit is contained in:
LmeSzinc 2022-01-15 21:41:08 +08:00
parent 0c5cc41336
commit 0c9355abc1

View File

@ -325,8 +325,8 @@ class AlasManager(DeployConfig):
class Installer(GitManager, PipManager, AdbManager, AppManager, AlasManager):
def install(self):
try:
self.alas_kill()
self.git_install()
self.alas_kill()
self.pip_install()
self.app_update()
self.adb_install()