1
0
Fork 0

Use restore_cd instead of pushd/popd
continuous-integration/drone/push Build was killed Details

main
Ambrose Chua 2023-02-10 17:19:17 +08:00
parent 63a7d5ec78
commit eb7b13162e
No known key found for this signature in database
GPG Key ID: 36C99AADD44C83D2
1 changed files with 3 additions and 2 deletions

View File

@ -260,9 +260,10 @@ if $base; then
fedora) packages_add ncurses;;
debian|ubuntu) packages_add ncurses-bin;;
esac
pushd $HOME/.config/zsh-completions
restore_cd="$(pwd)"
cd $HOME/.config/zsh-completions
./download.sh
popd
cd "$restore_cd"
# Install editor, management and security tools