diff options
-rwxr-xr-x | archPackagesUpdate | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archPackagesUpdate b/archPackagesUpdate index 973aeaa78..150935cf6 100755 --- a/archPackagesUpdate +++ b/archPackagesUpdate @@ -25,6 +25,7 @@ log='' logFile='-' printOnly=false myArch=$(uname -m) +myArch="${myArch%l}h" # print help screen usage() |