Skip to content

Commit

Permalink
trigger dev workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadll authored Dec 12, 2024
1 parent a4f7042 commit be715df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/media/MyBash/bash.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
sudo apt update -y
sudo apt install -y fontconfig openjdk-17-jre


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

0 comments on commit be715df

Please sign in to comment.