Instalación de Wrestic
Veamos cómo instalar Wrestic en Linux.
Para ello tenemos las siguientes opciónes, elige la que mejor se adecue a ti.
Instalar mediante cargo
cargo install wrestic
Instalar Wrestic como binario
curl -sL $(curl -s https://api.github.com/repos/alvaro17f/wrestic/releases/latest | grep browser_download_url | cut -d '"' -f 4) | sudo tar zxf - -C /usr/bin --overwrite
Compilar Wrestic
git clone https://github.com/alvaro17f/wrestic.gitcd wresticcargo build --releasesudo cp target/release/wrestic /usr/bin