OSDN Git Service

[update] : Added comments.
authorhayao <shun819.mail@gmail.com>
Fri, 10 Jul 2020 09:46:09 +0000 (18:46 +0900)
committerhayao <shun819.mail@gmail.com>
Fri, 10 Jul 2020 09:46:09 +0000 (18:46 +0900)
system/PKGBUILD_DEPENDS_INSTALL.sh
system/PKGBUILD_DEPENDS_SANDBOX.sh

index 4b0bc50..69e19e8 100755 (executable)
@@ -5,6 +5,9 @@
 #
 # (c) 2019-2020 Fascode Network.
 #
+# Install the AUR package dependency.
+#
+
 set -e -u 
 cd $(dirname "${0}")
 script_path="$(readlink -f ${0%/*})"
index 1963328..344ac17 100755 (executable)
@@ -5,6 +5,9 @@
 #
 # (c) 2019-2020 Fascode Network.
 #
+# Parses PKGBUILD and outputs the dependencies.
+#
+
 set -e -u 
 cd `dirname $0`
 if [ 1 -gt $# ];then