fix support of multiple packages in one alr.sh
All checks were successful
Pre-commit / pre-commit (pull_request) Successful in 1m37s
All checks were successful
Pre-commit / pre-commit (pull_request) Successful in 1m37s
This commit is contained in:
@ -104,7 +104,7 @@ func Resolve(info *distro.OSRelease, opts *Opts) ([]string, error) {
|
||||
out = append(out, opts.Name)
|
||||
|
||||
for index, item := range out {
|
||||
out[index] = strings.TrimPrefix(strings.ReplaceAll(item, "-", "_"), "_")
|
||||
out[index] = strings.TrimPrefix(item, "_")
|
||||
}
|
||||
|
||||
return out, nil
|
||||
|
Reference in New Issue
Block a user