We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f7042 commit be715dfCopy full SHA for be715df
app/media/MyBash/bash.sh
@@ -1,12 +1,11 @@
1
sudo apt update -y
2
sudo apt install -y fontconfig openjdk-17-jre
3
4
-
5
sudo wget -O /usr/share/keyrings/jenkins-keyring.asc \
6
https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key
7
echo "deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc]" \
8
https://pkg.jenkins.io/debian-stable binary/ | sudo tee \
9
/etc/apt/sources.list.d/jenkins.list > /dev/null
10
sudo apt-get update -y
11
sudo apt-get install -y jenkins
12
-sudo systemctl enable --now jenkins
+sudo systemctl enable --now jenkins
0 commit comments