Skip to content

Commit

Permalink
DevOps-Tools
Browse files Browse the repository at this point in the history
install-jenkins.sh
  • Loading branch information
the-1Riddle authored Feb 3, 2024
2 parents 09d3b22 + 3793b7b commit 39fb562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DevOps-Tools/Jenkins/install-jenkins.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash
#!/usr/bin/env bash

# Update the system
sudo apt-get update

# Install Java (required for Jenkins)
# Install Java
sudo apt-get install -y openjdk-11-jdk

# Add the Jenkins repository to the system
Expand Down

0 comments on commit 39fb562

Please sign in to comment.