pkg download command and patches

This commit is contained in:
2026-09-10 16:59:11 +03:00
parent c6dcbc1ca5
commit b099c3d88b
110 changed files with 1582 additions and 332 deletions

View File

@ -10,3 +10,8 @@ FORCE_UNSAFE_CONFIGURE=1 \
make -j$(nproc)
make install
```
``` sh *** config ***
mkdir -p share/zsh/zshrc-auto.d
echo "alias ls='ls --color=auto'" > share/zsh/zshrc-auto.d/coreutils.zsh
```