Skip to content

Commit

Permalink
checking command wget added.
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Aug 21, 2021
1 parent f879d73 commit a036e8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tera
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eu

# shellcheck disable=SC2034
VERSION="0.3.15"
VERSION="0.3.16"
SCRIPT_DOT_DIR="$HOME/.config/tera"
# CACHE_DIR="$HOME/.cache"
FAVORITE_PATH="$SCRIPT_DOT_DIR/favorite"
Expand Down Expand Up @@ -67,6 +67,7 @@ script_dir=${self%/*}
check_cmd mpv
check_cmd jq
check_cmd fzf
check_cmd wget

# check ~/.tera/favorite
if [ ! -d "$FAVORITE_PATH" ]; then
Expand Down

0 comments on commit a036e8c

Please sign in to comment.