diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-03 15:12:29 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-03 15:12:29 +0800 |
commit | d21c3ac57900ca3890d807ad2656a7c4dd8bfb9f (patch) | |
tree | 4465e6b8e12ae3387888b382d56f80904be601f2 /sh | |
parent | 4ade29e3735b356d557d579636820a2d937518ea (diff) |
upd remove aawg
Diffstat (limited to 'sh')
-rwxr-xr-x | sh/upd | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -286,10 +286,6 @@ music () { monthly_misc () { if [ "$hostname" = xyzinsp ]; 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 # if insp can ping studio, which means insp and studio is in the same network if ping -4qc1 xyzstudio > /dev/null && scp /etc/pacman.d/mirrorlist studio:/tmp; then echo 'Wait for studio sudo prompt and enter password:' |