Skip to content

Commit ee34ffd

Browse files
committed
remove useless or duplicated packages.
1 parent d9ef38d commit ee34ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/LinuxSystemOps/AutoDevOps/Fabric/Fabric2.x/fabric2-application-template.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def install_packages_base():
115115
if is_apt():
116116
cxn.sudo(
117117
'apt update && apt install -y '
118-
'apt-transport-https ca-certificates openssl libssl-dev curl bash-completion '
118+
'ca-certificates openssl libssl-dev curl '
119119
'ruby facter '
120120
'ntp ntp-doc '
121121
'bash-completion command-not-found '
@@ -127,7 +127,7 @@ def install_packages_base():
127127
'yum install -y epel-release && yum makecache fast',
128128
hide=True, warn=True, pty=True, watchers=[sudo_pass_auto_respond])
129129
cxn.sudo(
130-
'yum install -y ca-certificates openssl openssl-devel curl rpm gnupg2 nss bash-completion '
130+
'yum install -y ca-certificates openssl openssl-devel curl rpm gnupg2 nss '
131131
'facter ruby-json '
132132
'ntp ntpdate ntp-doc '
133133
'bash-completion bash-completion-extras '

0 commit comments

Comments
 (0)