mirror of
https://github.com/vvzvlad/vestasync.git
synced 2024-11-05 06:49:11 +03:00
remove error on reinstall_packages
This commit is contained in:
parent
eced5785c3
commit
e176491c7a
@ -261,7 +261,7 @@ def save_packages(c):
|
||||
c.run("apt-mark showmanual > /mnt/data/etc/vestasync/packages")
|
||||
|
||||
def install_packages(c):
|
||||
c.run("xargs -a user_installed_packages.txt apt-get install -y")
|
||||
c.run("xargs -a user_installed_packages.txt apt-get install -y", warn=True)
|
||||
|
||||
def check_vestasync_installed(c):
|
||||
vestasync_path = "/mnt/data/etc/vestasync"
|
||||
|
Loading…
Reference in New Issue
Block a user