https://www.spotify.com/mx/download/linux/
y el shell que yo escribí para la instalación mostrada en el video de imagen es el siguiente.
#!/bin/bash
echo "shell de instalación de Spotify en Kali Linux 2020.1"curl -sS https://download.spotify.com/debian/pubkey.gpg | sudo apt-key add -
echo " agregando repo"
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
echo "Actualizando e Instalando programa"
sudo apt-get update && sudo apt-get install spotify-client
echo "shell de instalación de Spotify terminado"
Al final se instalo y funciona excelente.
No hay comentarios.:
Publicar un comentario