1
0
Fork 0

Download completions on start
continuous-integration/drone/push Build was killed Details

main
Ambrose Chua 2023-02-10 10:20:28 +08:00
parent 8f4e94bc3e
commit 7d3ab2964b
1 changed files with 3 additions and 0 deletions

View File

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