Skip to content

Commit 8fbe4a0

Browse files
authored
Merge pull request #144 from devopshobbies/dev
Update admin-panel submodule
2 parents a4f7042 + 9a1cf63 commit 8fbe4a0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

admin-panel

Submodule admin-panel updated 63 files

app/media/MyBash/bash.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
sudo apt update -y
22
sudo apt install -y fontconfig openjdk-17-jre
33

4-
54
sudo wget -O /usr/share/keyrings/jenkins-keyring.asc \
65
https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key
76
echo "deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc]" \
87
https://pkg.jenkins.io/debian-stable binary/ | sudo tee \
98
/etc/apt/sources.list.d/jenkins.list > /dev/null
109
sudo apt-get update -y
1110
sudo apt-get install -y jenkins
12-
sudo systemctl enable --now jenkins
11+
sudo systemctl enable --now jenkins

0 commit comments

Comments
 (0)