Skip to content

Commit fcc7e13

Browse files
authored
Add figlet
1 parent bd21a10 commit fcc7e13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bootstrap/changes/tel/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [ -f ~/.tel/.installed ]; then #set update var if finished installation was d
2525
else #download required packages if first start detected
2626
log "finishing TEL setup"
2727
log "installing required packages"
28-
pkg install fzf byobu curl wget nano tmux zsh ncurses-utils python jq neofetch git make -y > /dev/null 2>&1
28+
pkg install fzf byobu curl wget nano tmux zsh ncurses-utils python jq neofetch git make figlet -y > /dev/null 2>&1
2929
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py > /dev/null 2>&1
3030
python get-pip.py > /dev/null 2>&1
3131
rm -f get-pip.py

0 commit comments

Comments
 (0)