Compare commits
1 Commits
797e8ad408
...
3066dacfa4
| Author | SHA1 | Date | |
|---|---|---|---|
| 3066dacfa4 |
@@ -529,7 +529,8 @@ installPackage() {
|
||||
(( refresh )) && install_flags+=(--refresh)
|
||||
;;
|
||||
suse)
|
||||
(( no_gpg_check )) && install_flags+=(--allow-unsigned-rpm)
|
||||
(( no_gpg_check )) &&
|
||||
install_flags+=(--allow-unsigned-rpm --gpg-auto-import-keys)
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user