Correct void-packages url

Former-commit-id: 6d8bf4468efdf81e5ba086a537398e6d6a0f4f94
Former-commit-id: 8201119a4f2d527f6ab78d87ec06de2572dc789d
This commit is contained in:
mollusk 2019-02-15 09:00:02 -07:00
parent 6c1486cd28
commit 4c8bef171f

2
vpu.sh
View File

@ -17,7 +17,7 @@ NC='\033[0m' # No Color
# Environment Vars # Environment Vars
adminCmd="su -c" adminCmd="su -c"
packageRepoUrl="https://github.com/voidlinux/void-packages.git" packageRepoUrl="https://github.com/void-linux/void-packages.git"
packageRepoDir="/home/${USER}/.repos" packageRepoDir="/home/${USER}/.repos"
repoPath="${packageRepoDir}/void-packages" repoPath="${packageRepoDir}/void-packages"
package="$2" package="$2"