github.com/looshlee/beatles@v0.0.0-20220727174639-742810ab631c/contrib/shell/install-asciinema.sh (about) 1 #!/usr/bin/env bash 2 3 apt-get -y install python3-software-properties software-properties-common 4 apt-add-repository -y ppa:zanchey/asciinema 5 apt-get -y update 6 apt-get -y install asciinema python3-setuptools