mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Fix need for ssh keys
Github now mandates git ssh keys instead of username/password. I modified the download instructions to remove the need for ssh authentication.
This commit is contained in:
parent
080d3d2fa7
commit
a9bfd5df06
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@
|
||||||
set -e
|
set -e
|
||||||
if test ! -d ../gnu; then
|
if test ! -d ../gnu; then
|
||||||
echo "Could not find ../gnu"
|
echo "Could not find ../gnu"
|
||||||
echo "git clone git@github.com:coreutils/coreutils.git gnu"
|
echo "git clone https://github.com:coreutils/coreutils.git gnu"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
if test ! -d ../gnulib; then
|
if test ! -d ../gnulib; then
|
||||||
echo "Could not find ../gnulib"
|
echo "Could not find ../gnulib"
|
||||||
echo "git clone git@github.com:coreutils/gnulib.git gnulib"
|
echo "git clone https://github.com/coreutils/gnulib.git gnulib"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue