Remove obsolete code

This commit is contained in:
Manuel Thalmann 2024-09-22 15:10:36 +02:00
commit 976f543b36
223 changed files with 0 additions and 4889 deletions
scripts/Common/Software/pyenv

View file

@ -1,5 +0,0 @@
#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
curl https://pyenv.run | bash;
. "../../Config/pyenv/install.sh";
popd > /dev/null;