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
Using [[ $(command -v msu) ]] && . msu require load, instead of just . msu require load is more tolerant in situations where msu has not been installed (yet).
The text was updated successfully, but these errors were encountered:
Using
[[ $(command -v msu) ]] && . msu require load
, instead of just. msu require load
is more tolerant in situations wheremsu
has not been installed (yet).The text was updated successfully, but these errors were encountered: