Skip to content

Commit

Permalink
Merge pull request #60 from couchbase-partners/AddedUbuntu22And24
Browse files Browse the repository at this point in the history
Removed dependency
  • Loading branch information
malscent authored Dec 26, 2024
2 parents 1e243d2 + b098cea commit 13e5202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function __ubuntu_prerequisites() {
# shellcheck disable=SC2034
DEBIAN_FRONTEND=noninteractive
__log_debug "Installing Prequisites"
until apt-get install --assume-yes apt-utils dialog python-httplib2 jq net-tools wget lsb-release -qq > /dev/null; do
until apt-get install --assume-yes apt-utils dialog jq net-tools wget lsb-release -qq > /dev/null; do
__log_error "Error during pre-requisite installation"
sleep 2
done
Expand Down

0 comments on commit 13e5202

Please sign in to comment.