File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
.github/jobs/configure-checks Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -61,17 +61,17 @@ translate () {
61
61
echo " $args "
62
62
}
63
63
64
- # repo-install () {
65
- # args=$(translate $@)
66
- # if [ "$distro_id" = "ID=alpine" ]; then
67
- # ${cmd} add $args #&>/dev/null
68
- # elif [ "$distro_id" = "ID=arch" ]; then
69
- # ${cmd} -Sy --noconfirm $args >/dev/null
70
- # else
71
- # ${cmd} install -y $args >/dev/null
72
- # fi
73
- # }
74
- #
64
+ repo-install () {
65
+ args=$( translate $@ )
66
+ if [ " $distro_id " = " ID=alpine" ]; then
67
+ ${cmd} add $args # &>/dev/null
68
+ elif [ " $distro_id " = " ID=arch" ]; then
69
+ ${cmd} -Sy --noconfirm $args > /dev/null
70
+ else
71
+ ${cmd} install -y $args > /dev/null
72
+ fi
73
+ }
74
+
75
75
# repo-remove () {
76
76
# args=$(translate $@)
77
77
# if [ "$distro_id" = "ID=alpine" ]; then
You can’t perform that action at this time.
0 commit comments