Browse Source

Add sudo for catting the initial admin password

01_05
Michael Jenkins 4 years ago
parent
commit
dc23723e65
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      01_05.md

+ 1
- 1
01_05.md View File

@ -16,7 +16,7 @@ sudo sh -c 'echo deb https://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sou
sudo apt-get update -y sudo apt-get update -y
sudo apt-get -y install openjdk-11-jdk sudo apt-get -y install openjdk-11-jdk
sudo apt-get -y install jenkins sudo apt-get -y install jenkins
cat /var/lib/jenkins/secrets/initialAdminPassword
sudo cat /var/lib/jenkins/secrets/initialAdminPassword
``` ```
# Using the Initial Admin Password # Using the Initial Admin Password


Loading…
Cancel
Save