File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,15 @@ name: TEST - Remote Installation
33on :
44 push :
55 branches : [ "**" ]
6+ paths :
7+ - ' **/install*'
8+
69 pull_request :
710 branches : [ "**" ]
11+ paths :
12+ - ' **/install*'
13+
14+ workflow_dispatch : {}
815
916jobs :
1017 remote-install :
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ install_dependencies() {
7676 if [[ " $PM " == " apt" ]]; then
7777 install_package " wget curl tar perl libwww-perl liblwp-protocol-https-perl libgd-graph-perl iptables host unzip sendmail"
7878 elif [[ " $PM " == " yum" || " $PM " == " dnf" ]]; then
79- install_package " wget tar curl perl perl-libwww-perl.noarch perl-LWP-Protocol-https.noarch perl-GDGraph perl-Math-BigInt.noarch iptables bind-utils unzip sendmail"
79+ install_package " --allowerasing wget tar curl perl perl-libwww-perl.noarch perl-LWP-Protocol-https.noarch perl-GDGraph perl-Math-BigInt.noarch iptables bind-utils unzip sendmail"
8080 else
8181 warn " Could not detect package manager. Skipping dependency installation."
8282 fi
You can’t perform that action at this time.
0 commit comments