We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b4e85 commit b8c64b8Copy full SHA for b8c64b8
contrib/unix/install-deb.sh
@@ -93,7 +93,6 @@ echo
93
if $tasknetwork; then
94
echo "network task is requested"
95
echo "installing dependencies"
96
- apt update
97
apt -y install libnet-snmp-perl libcrypt-des-perl libnet-nbname-perl libdigest-hmac-perl >> GLPIAgentInstallation.log 2>/dev/null
98
wget $downloadurlnetwork -q --show-progress
99
dpkg -i glpi-agent-task-network_$version\_all.deb
@@ -108,7 +107,6 @@ echo
108
107
if $taskdeploy; then
109
echo "deploy task is requested"
110
111
112
apt -y install libfile-copy-recursive-perl libparallel-forkmanager-perl >> GLPIAgentInstallation.log 2>/dev/null
113
wget $downloadurldeploy -q --show-progress
114
dpkg -i glpi-agent-task-deploy_$version\_all.deb
0 commit comments