Fix non-functioning installation scripts
This commit is contained in:
parent
770c87a670
commit
056131e206
4 changed files with 6 additions and 4 deletions
scripts/Common/Software
|
@ -14,7 +14,7 @@ then
|
|||
UNPACKED_EXTENSION="${UNPACKED_EXTENSION}" \
|
||||
EXTENSION_DIR="${EXTENSION_DIR}" \
|
||||
EXTENSION_POLICY_DIR="${EXTENSION_POLICY_DIR}" \
|
||||
bash "$BASH_SOURCE" "$USER";
|
||||
bash --login "$BASH_SOURCE" "$USER";
|
||||
else
|
||||
keyFile="$UNPACKED_EXTENSION.pem";
|
||||
extensionFile="$UNPACKED_EXTENSION.crx";
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue