OSDN Git Service

[update] : Added comments
authorhayao <shun819.mail@gmail.com>
Sat, 21 Nov 2020 02:54:55 +0000 (11:54 +0900)
committerhayao <shun819.mail@gmail.com>
Sat, 21 Nov 2020 02:55:03 +0000 (11:55 +0900)
aptpac

diff --git a/aptpac b/aptpac
index 511a07f..0a1b11e 100755 (executable)
--- a/aptpac
+++ b/aptpac
 # License: Do What The Fuck You Want To Public License
 # maintained by Yamada Hayao
 
-APTPAC_VERSION="3.0.1"
+# Enter the path to the AUR helper you want to use here. 
+# If it is empty, the corresponding AUR helper will be searched automatically.
+AURHELPER=
+
 
-set -e
 
+set -e
+APTPAC_VERSION="3.0.1"
 PACMAN_OPTIONS=
-AURHELPER=
 HELPERS=(
     "/usr/bin/yay"
     "/usr/bin/yaourt"