Update comment.

This commit is contained in:
clsty
2024-03-25 12:44:18 +08:00
parent a21de9c2ff
commit 1a3b2487e9
+2 -2
View File
@@ -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.
#