diff --git a/README.md b/README.md index f973b66..263a234 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ COS(Collection Of Suckless) is a tiny Linux distribution that aims to be as suck - File Manager: ccc - Window Manager: dwl - Dmenu: mew -- Misc: mandoc, libressl, zlib-ng, make, gettext +- Misc: mandoc, libressl, zlib-ng, make, gettext, git # Download Currently none. diff --git a/init b/init index 0b7f4f4..e4e9bc3 100755 --- a/init +++ b/init @@ -205,3 +205,8 @@ EOF cat > /etc/shells << "EOF" /bin/sh EOF + +tar -xf git-2.46.0.tar.gz +cd git-2.46.0 +# run as root +NO_GETTEXT=YesPlease NO_SVN_TESTS=YesPlease NO_REGEX=YesPlease ICONV_OMITS_BOM=Yes NO_SYS_POLL_H=1 NO_PYTHON=YesPlease NO_PERL=YesPlease NO_TCLTK=YesPlease make DESTDIR=/mnt/cos install diff --git a/setup b/setup old mode 100644 new mode 100755