Skip to content

Commit 39fb562

Browse files
authored
DevOps-Tools
install-jenkins.sh
2 parents 09d3b22 + 3793b7b commit 39fb562

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DevOps-Tools/Jenkins/install-jenkins.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# Update the system
44
sudo apt-get update
55

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

99
# Add the Jenkins repository to the system

0 commit comments

Comments
 (0)