fixed git clone link

This commit is contained in:
Ace 2019-12-18 18:25:45 +01:00 committed by GitHub
parent dea8c6d518
commit 9019a53a9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ if [ "$option" = 1 ] || [ "$option" = 2 ]; then # This happens when installing o
# Cloning Inky-Calendar repo
echo -e "\e[1;36m"Cloning Inky-Calendar repo from Github"\e[0m"
cd /home/"$USER" && git clone -b dev https://github.com/aceisace/Inky-Calendar
cd /home/"$USER" && git clone https://github.com/aceisace/Inky-Calendar
# Installing dependencies
echo -e "\e[1;36m"Installing requirements for Inky-Calendar software"\e[0m"