Update comment.

This commit is contained in:
clsty
2024-03-25 12:44:18 +08:00
parent 3bc7202fd4
commit a4e0d0e606
+2 -2
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# #
# This script is for install/update the "packages" w/o system package managers. # This script is for install/update some "packages" which are not installed by system package managers.
# Convenient for non-Arch users. # 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. # Though this is not elegant at all. I may improve the method some day in future.
# #