mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 19:28:00 +01:00
Install version 1.2.0
This commit is contained in:
2
install
2
install
@@ -19,7 +19,7 @@ case "$(uname -s).$(uname -m)" in
|
||||
*) echo "Sorry, there is no asciinema binary available for your platform. Try building from source." >&2; exit 1;;
|
||||
esac
|
||||
|
||||
version=1.1.1
|
||||
version=1.2.0
|
||||
url="https://github.com/asciinema/asciinema/releases/download/v${version}/asciinema-${version}-${platform}.tar.gz"
|
||||
bin_name="asciinema"
|
||||
sudo=""
|
||||
|
||||
Reference in New Issue
Block a user