diff options
author | Andreas Fankhauser hiddenalpha.ch | 2024-10-18 21:40:56 +0200 |
---|---|---|
committer | Andreas Fankhauser hiddenalpha.ch | 2024-10-18 21:40:56 +0200 |
commit | 8f05043695803adc8abe571e84b5aa1b2f1bd578 (patch) | |
tree | b531af4676db04be911183af5cacf7eacfd1bbd0 /contrib | |
parent | ee253c8be7a67d1eacf4e6239c2067fa9ee420d8 (diff) | |
download | DeflateAndInflate-8f05043695803adc8abe571e84b5aa1b2f1bd578.zip DeflateAndInflate-8f05043695803adc8abe571e84b5aa1b2f1bd578.tar.gz |
Update Stats-For-Nerds
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/build-env-setup/README.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/build-env-setup/README.txt b/contrib/build-env-setup/README.txt index 1f0a1cf..cc93fc9 100644 --- a/contrib/build-env-setup/README.txt +++ b/contrib/build-env-setup/README.txt @@ -71,7 +71,6 @@ true \ ### Config for alpine with w64 cross compiler true \ && PKGS_TO_ADD="curl mingw-w64-gcc git make tar" \ - && PKGS_TO_DEL="mingw-w64-gcc git make" \ && printf '#!/bin/sh\nsu root -c "$(echo "$@")"\n' >/home/${USER:?}/mysudo \ && chmod +x /home/${USER:?}/mysudo \ && SUDO="/home/${USER:?}/mysudo" \ |