Fix non-functioning installation scripts

This commit is contained in:
Manuel Thalmann 2024-07-30 00:52:35 +02:00
commit 056131e206
4 changed files with 6 additions and 4 deletions
scripts/Common/Software/pyenv

View file

@ -20,7 +20,7 @@ begin
end | installBashProfile "pyenv" > /dev/null
if type -q fish
addFishProfile "pyenv" "pyenv" "pyenv init - | source"
installFishProfile "pyenv" "pyenv" "pyenv init - | source"
end
end