From 6220062fe8ef0209bbc1a3bfd262074416fc93a4 Mon Sep 17 00:00:00 2001 From: frankebel Date: Mon, 21 Mar 2022 15:03:06 +0100 Subject: [PATCH] Update Readme.md (#464) As explained in https://github.blog/2021-09-01-improving-git-protocol-security-github/ the git:// is not usable starting with 2022-03-15. Therefore fix by changing the entry to https:// --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75db618d..126a898c 100755 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This project is not actively developed but *will* accept Pull Requests. ### With git - Increase cowspace partition: `mount -o remount,size=2G /run/archiso/cowspace` - Get list of packages and install git: `pacman -Sy git` -- Get the script: `git clone git://github.com/helmuthdu/aui` +- Get the script: `git clone https://github.com/helmuthdu/aui` ### Without git - Increase cowspace partition: `mount -o remount,size=2G /run/archiso/cowspace`