From 025ee33b558239df39c0894274e89f5c0809e0b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerardo=20Marx=20Ch=C3=A1vez-Campos?= Date: Fri, 23 Jun 2023 04:41:42 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f78d7af..871ac1d 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ To install the basic or base system you will use the scripts in this repository. $ pacstrap /mnt base linux linux-firmware git vim broadcom-wl-dkms linux-headers $ genfstab -U /mnt >> /mnt/etc/fstab $ arch-chroot /mnt -$ git clone ssh://git@gmarxcc.com:2222/gmarx/arch-basic.git +$ git clone http://gmarxcc.com:8088/gmarx/arch-basic.git $ cd arch-basic $ ./base-uefi.sh ```