From dc8cbe4bb1a9f94dcec7fe0db6e06bb3763d74da Mon Sep 17 00:00:00 2001 From: tengel Date: Wed, 20 Mar 2024 11:32:48 -0500 Subject: [PATCH] add git.io URL shortner --- archmate.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/archmate.sh b/archmate.sh index 2ed2207..da84eaa 100644 --- a/archmate.sh +++ b/archmate.sh @@ -3,8 +3,9 @@ # archmate.sh - Arch installation script # SPDX-License-Identifier: MIT # -# 1. boot archlinux-2014.06.01-dual.iso -# 2. wget http:///archmate.sh +# 1. boot archlinux--dual.iso +# 2. wget -O archmate.sh http://git.io/archmate +# curl -Lo archmate.sh http://git.io/archmate # 3. bash archmate.sh prep (extracts 'prep.sh') # 4. bash archmate.sh (after 'arch-chroot /mnt') #