From a8132111032e4dd6e8612bcd1efb041f73210566 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 4 May 2024 14:10:07 +0200 Subject: [PATCH] ln --- cd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cd.sh b/cd.sh index 42e7521..b5c45fb 100644 --- a/cd.sh +++ b/cd.sh @@ -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 }