Skip to content

Commit

Permalink
πŸ™€
Browse files Browse the repository at this point in the history
  • Loading branch information
kreynoldsf5 committed Mar 28, 2024
1 parent ae5b524 commit 6bb7e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orijen-udf-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Update the system
export DEBIAN_FRONTEND=noninteractive
sudo -E apt-get update -y
sudo -E apt-get upgrade -y
sudo -E apt-get update --yes
sudo -E 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 6bb7e00

Please sign in to comment.