From 1a3b2487e9b01ea919367337f6121755054d7ea6 Mon Sep 17 00:00:00 2001 From: clsty Date: Mon, 25 Mar 2024 12:44:18 +0800 Subject: [PATCH] Update comment. --- non-Arch-installer.temp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/non-Arch-installer.temp.sh b/non-Arch-installer.temp.sh index 9ebb177f8..33a0a2012 100755 --- a/non-Arch-installer.temp.sh +++ b/non-Arch-installer.temp.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -# This script is for install/update the "packages" w/o system package managers. -# Convenient for non-Arch users. +# This script is for install/update some "packages" which are not installed by system package managers. +# It's function is contained in `install.sh` already, this file is mainly for convenience for non-Arch users. # # Though this is not elegant at all. I may improve the method some day in future. #