瀏覽代碼

Change vulkan drivers to recommends on SUSE

bryan 3 年之前
父節點
當前提交
6044670778
共有 1 個文件被更改,包括 1 次插入0 次删除
  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