Skip to content

Commit

Permalink
simplify installer
Browse files Browse the repository at this point in the history
  • Loading branch information
kreynoldsf5 committed Mar 28, 2024
1 parent 2424452 commit d62cc01
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions orijen-udf-install.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#!/bin/bash

# Update the system
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
# Check if Docker is installed, install it if needed
if ! command -v docker &> /dev/null
then
echo "Docker could not be found, installing..."
Expand Down

0 comments on commit d62cc01

Please sign in to comment.