mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-07 08:19:17 +00:00
tests
This commit is contained in:
parent
fa88e29e4e
commit
307eeae1f0
@ -24,12 +24,11 @@ msg_ok "Installed Dependencies"
|
|||||||
|
|
||||||
|
|
||||||
msg_info "Installing Jenkins"
|
msg_info "Installing Jenkins"
|
||||||
wget -qO /usr/share/keyrings/jenkins-keyring.asc https://pkg.jenkins.io/debian/jenkins.io-2023.key
|
wget -O /usr/share/keyrings/jenkins-keyring.asc https://pkg.jenkins.io/debian/jenkins.io-2023.key
|
||||||
echo "deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc]" https://pkg.jenkins.io/debian binary/ >/etc/apt/sources.list.d/jenkins.list
|
echo "deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc]" https://pkg.jenkins.io/debian binary/ >/etc/apt/sources.list.d/jenkins.list
|
||||||
$STD apt-get update
|
apt-get update
|
||||||
$STD apt-get install jenkins
|
apt-get install jenkins
|
||||||
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt" #Will not be updatable so probably I should remove this line?
|
msg_ok "Installed Jenkins"
|
||||||
msg_ok "Installed InspIRCd"
|
|
||||||
|
|
||||||
motd_ssh
|
motd_ssh
|
||||||
customize
|
customize
|
||||||
|
Loading…
Reference in New Issue
Block a user