You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xz_version=$(xz --version | head -n1 | awk '{print $4}')
It's not wise to make a call to 'xz' here, even though you think you ruled out it being "safe" up above. Use your distribution's package manager to find out the installed version.
The text was updated successfully, but these errors were encountered:
xz_version=$(xz --version | head -n1 | awk '{print $4}')
It's not wise to make a call to 'xz' here, even though you think you ruled out it being "safe" up above. Use your distribution's package manager to find out the installed version.
The text was updated successfully, but these errors were encountered: