Explorar el Código

Change vulkan drivers to recommends on SUSE

bryan hace 3 años
padre
commit
6044670778
Se han modificado 1 ficheros con 1 adiciones y 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