summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-07-03 15:12:29 +0800
committerXiao Pan <xyz@flylightning.xyz>2025-07-03 15:12:29 +0800
commitd21c3ac57900ca3890d807ad2656a7c4dd8bfb9f (patch)
tree4465e6b8e12ae3387888b382d56f80904be601f2 /sh
parent4ade29e3735b356d557d579636820a2d937518ea (diff)
upd remove aawg
Diffstat (limited to 'sh')
-rwxr-xr-xsh/upd4
1 files changed, 0 insertions, 4 deletions
diff --git a/sh/upd b/sh/upd
index 77184d8..133716b 100755
--- a/sh/upd
+++ b/sh/upd
@@ -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:'