From 7e9be5930b28dc6ceda94bbdd9857811e7910041 Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Fri, 2 Jul 2021 03:49:14 +0200 Subject: [PATCH] ... --- ufetch/PACKAGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ufetch/PACKAGE b/ufetch/PACKAGE index 878d7d7..eed0416 100644 --- a/ufetch/PACKAGE +++ b/ufetch/PACKAGE @@ -2,7 +2,7 @@ pkg_ver="duck-ufetch" pkg_install(){ - wget -O "${prefix}"/usr/bin/ufetch https://git.hippoz.xyz/duck/repo/raw/branch/master + wget -O "${prefix}"/usr/bin/ufetch https://git.hippoz.xyz/duck/repo/raw/branch/master/ufetch/ufetch-linux chmod +x "${prefix}"/usr/bin/ufetch } pkg_uninstall(){