ln
Some checks failed
/ job (push) Failing after 2m27s

This commit is contained in:
Marc Beninca 2024-05-04 14:10:07 +02:00
parent 7f47ab480b
commit a813211103
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

2
cd.sh
View file

@ -420,7 +420,7 @@ cd_install_package () {
cd_ln_python () {
if [ "${1}" ] ; then
echo "python3 → ${1}"
ln --force --symbolic "${1}" "/usr/bin/python3" || exit
ln -f -s "${1}" "/usr/bin/python3" || exit
fi
}