diff options
author | Jesús <heckyel@hyperbola.info> | 2021-10-18 11:15:11 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-10-18 11:15:11 -0500 |
commit | ecfecd820086b248dcd3dba9eb1f2b4e7efb018a (patch) | |
tree | bf56c1da77d04d7525045f7d2317d5def5fe6a61 | |
parent | 402b941f34824ba60a0e1282e80321cc6bb7e018 (diff) | |
download | hypervideo-pre-ecfecd820086b248dcd3dba9eb1f2b4e7efb018a.tar.lz hypervideo-pre-ecfecd820086b248dcd3dba9eb1f2b4e7efb018a.tar.xz hypervideo-pre-ecfecd820086b248dcd3dba9eb1f2b4e7efb018a.zip |
build.sh: update
-rw-r--r-- | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ run_reset() printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Restore compatibility...' '\e[m' mv -T hypervideo_dl yt_dlp mv bin/hypervideo bin/yt-dlp - rm -v hypervideo hypervideo.1 hypervideo.bash-completion + rm -v hypervideo printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Please execute: "git checkout ." for complete restore' '\e[m' } |