mirror of
https://github.com/vvzvlad/vestasync.git
synced 2024-11-05 06:49:11 +03:00
apt -> apt-get
This commit is contained in:
parent
1dc2a8594a
commit
c016576c60
@ -66,8 +66,8 @@ def restore_hostname(c):
|
||||
|
||||
|
||||
def prepare_packages_wb(c):
|
||||
c.run('apt update')
|
||||
c.run('apt install git apt-transport-https ca-certificates htop sudo mc wget curl jq zip gzip tar -y')
|
||||
c.run('apt-get update')
|
||||
c.run('apt-get install git apt-transport-https ca-certificates htop sudo mc wget curl jq zip gzip tar -y')
|
||||
c.run('apt-get -y autoremove')
|
||||
c.run('apt-get -y clean')
|
||||
c.run('apt-get -y autoclean ')
|
||||
|
Loading…
Reference in New Issue
Block a user