summaryrefslogtreecommitdiff
path: root/sh/upd
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-03-29 03:51:14 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-03-29 03:51:14 -0700
commit3f9be8faee6763815f3041f5f82a632d3b865a16 (patch)
treee4060905a245ea23261e5af46ce8610cadab1ce2 /sh/upd
parent5ca2c590531336d07d34d695d15966b6d4655b70 (diff)
aa swgp wg to ib instead of ca
Diffstat (limited to 'sh/upd')
-rwxr-xr-xsh/upd2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/upd b/sh/upd
index 48cf267..d57152a 100755
--- a/sh/upd
+++ b/sh/upd
@@ -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