Browse Source

Change vulkan drivers to recommends on SUSE

bryan 3 năm trước cách đây
mục cha
commit
6044670778
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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