Windows Screensavers: remove folder if exists before cloning

pull/942/head
Itai Nelken 4 years ago committed by GitHub
parent 63a201ae25
commit 03ce57182b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,6 +12,7 @@ function error {
# Get dependencies
"${DIRECTORY}/pkg-install" "x11-utils yad xprintidle" "$(dirname "$0")" || exit 1
rm -rf Screensavers
git clone https://github.com/Botspot/Screensavers || error 'Failed to clone repository!'
#create menu launcher

Loading…
Cancel
Save