From 986ba1a924217a4881e1bfe4935e148a86f15273 Mon Sep 17 00:00:00 2001 From: Yaya4 <34249303+Yaya48@users.noreply.github.com> Date: Fri, 31 Jul 2020 05:17:56 +0200 Subject: [PATCH] Update installuncursus.sh --- installuncursus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installuncursus.sh b/installuncursus.sh index a6641ed..e9f71cf 100644 --- a/installuncursus.sh +++ b/installuncursus.sh @@ -27,7 +27,7 @@ apt update apt install $need -y fi echo "Pulling and executing the Procursus Migration Script" -/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Yaya48/Uncursus/beta/procursus-migration.sh)" +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Yaya48/Uncursus/new/procursus-migration.sh)" echo "Creating a custom directory for the required files. Path (/User/Documents/uncursus)." rm -rf /User/Documents/uncursus mkdir /User/Documents/uncursus