diff options
| -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:' | 
