Explorar o código

Change vulkan drivers to recommends on SUSE

bryan %!s(int64=3) %!d(string=hai) anos
pai
achega
6044670778
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      installJRMC

+ 1 - 0
installJRMC

@@ -709,6 +709,7 @@ packageTranslations() {
 
     # Remove duplicates
     for i in "${REQUIRES[@]}"; do
+        debug "i: $i"
         if [[ ! -v dupes[${i%% *}] ]]; then
             requires+=("$i")
         fi