mirror of
https://github.com/iio612/DEFENDER.git
synced 2026-02-13 11:14:23 +00:00
Adding 'make update' to update from git repository. remove previous installation.py file, the update of packages is done via install.py file.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from core import installation
|
||||
from core import install
|
||||
|
||||
#############################################
|
||||
# @Version : 6.3 #
|
||||
@@ -10,7 +10,7 @@ from core import installation
|
||||
#############################################
|
||||
|
||||
try:
|
||||
installation.Install()
|
||||
install.update_packages()
|
||||
from core.loader import Loader
|
||||
loader = Loader()
|
||||
loader.Irc.init_irc()
|
||||
|
||||
Reference in New Issue
Block a user