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:
7
Makefile
7
Makefile
@@ -53,3 +53,10 @@ ifeq ($(OS), Linux)
|
||||
fi
|
||||
@export echo $DBUS_SESSION_BUS_ADDRESS && systemctl --user daemon-reload && echo "Systemd Daemon reloaded!"
|
||||
endif
|
||||
|
||||
update:
|
||||
ifeq ($(OS), Linux)
|
||||
$(info Starting update from the main repository...)
|
||||
@. .pyenv/bin/activate && python core/install.py --git-update
|
||||
$(info Update done!)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user