diff options
Diffstat (limited to 'sh/upd')
-rwxr-xr-x | sh/upd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -247,7 +247,7 @@ music () { monthly_misc () { if [ "$hostname" = xyzinsp ]; then - if scp ca:/etc/pacman.d/mirrorlist aawg:/tmp; then + if scp ib:/etc/pacman.d/mirrorlist aawg:/tmp; then 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 |