Skip to content

Commit

Permalink
non-interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
kreynoldsf5 committed Mar 28, 2024
1 parent 9284cd1 commit 2424452
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions orijen-udf-install.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!/bin/bash

# Update the system
export DEBIAN_FRONTEND=noninteractive
sudo -E apt-get update --yes
sudo -E NEEDRESTART_MODE=a apt-get upgrade --yes
sudo DEBIAN_FRONTEND=noninteractive apt-get update --yes
sudo DEBIAN_FRONTEND=noninteractive NEEDRESTART_MODE=a apt-get upgrade --yes

# Check if Docker is installed, install it if it's not
if ! command -v docker &> /dev/null
Expand Down

0 comments on commit 2424452

Please sign in to comment.