We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09d3b22 + 3793b7b commit 39fb562Copy full SHA for 39fb562
1 file changed
DevOps-Tools/Jenkins/install-jenkins.sh
@@ -1,9 +1,9 @@
1
-#!/bin/bash
+#!/usr/bin/env bash
2
3
# Update the system
4
sudo apt-get update
5
6
-# Install Java (required for Jenkins)
+# Install Java
7
sudo apt-get install -y openjdk-11-jdk
8
9
# Add the Jenkins repository to the system
0 commit comments