You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
videostation-ffmpeg-patcher/scripts/preuninst.sh

7 lines
106 B
Bash

#!/bin/sh
repo_full_url=@repo_full_url@
curl "$repo_full_url/patcher.sh" | bash -s -- -a unpatch
exit 0