Browse Source

add libtool installation for debian

crazywhalecc 1 year ago
parent
commit
0589690eaa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/SPC/doctor/item/LinuxToolCheckList.php

+ 1 - 1
src/SPC/doctor/item/LinuxToolCheckList.php

@@ -28,7 +28,7 @@ class LinuxToolCheckList
         'git', 'autoconf', 'automake',
         'tar', 'unzip', 'gzip',
         'bzip2', 'cmake', 'patch',
-        'xz',
+        'xz', 'libtool',
     ];
 
     public const TOOLS_RHEL = [