Files
linux-scripts/wrestic/update-wrestic.sh
2023-11-30 20:11:26 -06:00

4 lines
189 B
Bash

#!/bin/bash
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/local/bin --overwrite