We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd21a10 commit fcc7e13Copy full SHA for fcc7e13
1 file changed
bootstrap/changes/tel/setup.sh
@@ -25,7 +25,7 @@ if [ -f ~/.tel/.installed ]; then #set update var if finished installation was d
25
else #download required packages if first start detected
26
log "finishing TEL setup"
27
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
+ pkg install fzf byobu curl wget nano tmux zsh ncurses-utils python jq neofetch git make figlet -y > /dev/null 2>&1
29
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py > /dev/null 2>&1
30
python get-pip.py > /dev/null 2>&1
31
rm -f get-pip.py
0 commit comments