diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-06-29 13:35:27 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-06-29 13:35:27 -0700 |
commit | 5eed9e833242ef8ca9f410d5c7b566267b74825f (patch) | |
tree | cd3589cf5c0d4de2faf401fa47677288e44e120b | |
parent | fc57b79de21a2092bc02a27be08bdbef041bc3fe (diff) |
aa is easier to read than xyzaa
-rwxr-xr-x | sh/upd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -241,7 +241,7 @@ music () { monthly_misc () { if [ "$hostname" = xyzinsp ]; then if scp ca:/etc/pacman.d/mirrorlist aa:/tmp; then - echo 'Wait for xyzaa sudo prompt and enter password:' + echo 'Wait for aa sudo prompt and enter password:' ssh -t aa 'sudo mv /tmp/mirrorlist /etc/pacman.d/mirrorlist && sudo chown root:root /etc/pacman.d/mirrorlist' fi # if insp can ping studio, which means insp and studio is in the same network |