summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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:'