diff options
author | Timo Beckers <timo@incline.eu> | 2022-01-14 14:39:00 +0100 |
---|---|---|
committer | Timo Beckers <timo@incline.eu> | 2022-01-14 14:39:00 +0100 |
commit | 1900cd5b237f0cf31d1de75eca61350ebe73ea60 (patch) | |
tree | ca623af3c2c2a67e460038d2a687a7effeed6ae9 /install.sh | |
parent | c625f8b8a179d42ef6acd5b46de044283d0c6552 (diff) |
Copyright year 2022, update repository URL
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ fi BLI_TEMP_DIR=$(mktemp -d) -git clone -b "$VERSION" https://github.com/pavanjadhaw/betterlockscreen "$BLI_TEMP_DIR" &>/dev/null +git clone -b "$VERSION" https://github.com/betterlockscreen/betterlockscreen "$BLI_TEMP_DIR" &>/dev/null cd "$BLI_TEMP_DIR" || exit 1 echof info "Installing Betterlockscreen to '$BL_INSTALL_DIR'... " |