From 4c8bef171fb9f91d298a4e8309747bb7f362a013 Mon Sep 17 00:00:00 2001 From: mollusk Date: Fri, 15 Feb 2019 09:00:02 -0700 Subject: [PATCH] Correct void-packages url Former-commit-id: 6d8bf4468efdf81e5ba086a537398e6d6a0f4f94 Former-commit-id: 8201119a4f2d527f6ab78d87ec06de2572dc789d --- vpu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpu.sh b/vpu.sh index dedabba..5657a90 100755 --- a/vpu.sh +++ b/vpu.sh @@ -17,7 +17,7 @@ NC='\033[0m' # No Color # Environment Vars adminCmd="su -c" -packageRepoUrl="https://github.com/voidlinux/void-packages.git" +packageRepoUrl="https://github.com/void-linux/void-packages.git" packageRepoDir="/home/${USER}/.repos" repoPath="${packageRepoDir}/void-packages" package="$2"