Skip to content

Commit

Permalink
Remove config option when installing deb packages (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyc-splunk authored Mar 31, 2021
1 parent 8a52d52 commit 8c74e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/buildscripts/packaging/installer/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ install_apt_package() {
version="=${version}"
fi

apt-get -y install -o Dpkg::Options::="--force-confold" ${package_name}${version}
apt-get -y install ${package_name}${version}
}

install_collector_yum_repo() {
Expand Down

0 comments on commit 8c74e2d

Please sign in to comment.