add git.io URL shortner

This commit is contained in:
tengel 2024-03-20 11:32:48 -05:00
parent 33a6baa1f8
commit dc8cbe4bb1

View file

@ -3,8 +3,9 @@
# archmate.sh - Arch installation script
# SPDX-License-Identifier: MIT
#
# 1. boot archlinux-2014.06.01-dual.iso
# 2. wget http://<url>/archmate.sh
# 1. boot archlinux-<date>-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')
#