Add git to packages

This commit is contained in:
Night Kaly 2024-08-11 23:11:50 +01:00
parent ba91ff6748
commit 3e8002113e
Signed by: night0721
GPG key ID: 957D67B8DB7A119B
3 changed files with 6 additions and 1 deletions

View file

@ -14,7 +14,7 @@ COS(Collection Of Suckless) is a tiny Linux distribution that aims to be as suck
- File Manager: ccc - File Manager: ccc
- Window Manager: dwl - Window Manager: dwl
- Dmenu: mew - Dmenu: mew
- Misc: mandoc, libressl, zlib-ng, make, gettext - Misc: mandoc, libressl, zlib-ng, make, gettext, git
# Download # Download
Currently none. Currently none.

5
init
View file

@ -205,3 +205,8 @@ EOF
cat > /etc/shells << "EOF" cat > /etc/shells << "EOF"
/bin/sh /bin/sh
EOF 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

0
setup Normal file → Executable file
View file