mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 03:38:03 +01:00
Don't clear download progress line until we find cross-platform way of echoing
This commit is contained in:
1
install
1
install
@@ -25,7 +25,6 @@ trap 'rm -rf $tmpdir' EXIT
|
||||
|
||||
echo "Downloading asciinema v${version} for $platform..."
|
||||
curl -L --progress-bar "$url" | tar xz -C $tmpdir
|
||||
printf "\x1b[F\x1b[2K"
|
||||
|
||||
if [ -d "$HOME/bin" ]; then
|
||||
if echo ":$PATH:" | grep -q ":~/bin:" || echo ":$PATH:" | grep -q ":$HOME/bin:"; then
|
||||
|
||||
Reference in New Issue
Block a user