[
  {
    "path": ".github/workflows/sh-checker.yml",
    "content": "name: static analysis for shell scripts using shellcheck and shfmt\non:\n  push:\n    branches:\n      - master\n      - develop\n    paths-ignore:\n      - \"**/LICENSE\"\n      - \"**/README.md\"\n      - \"**/README.zh-Hans-CN.md\"\n  pull_request:\n    branches:\n      - master\n      - develop\njobs:\n  sh-checker:\n    runs-on: ubuntu-18.04\n    steps:\n      - uses: actions/checkout@v2\n      - name: Run the sh-checker\n        uses: luizm/action-sh-checker@master\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n          SHFMT_OPTS: -i 2 -ci -sr\n        with:\n          sh_checker_comment: true\n          sh_checker_exclude: \"LICENSE README.md README.zh-Hans-CN.md\"\n  filed-test:\n    runs-on: ubuntu-18.04\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v2\n      - name: Filed-test on Ubuntu 18.04\n        run: |\n          sudo bash install-release.sh\n          sudo bash install-release.sh --check\n          sudo bash install-dat-release.sh\n      - name: Filed-test on Rocky Linux 8.6\n        uses: docker://rockylinux:8.6\n        with:\n          args: bash install-release.sh\n      - name: Filed-test on Arch Linux\n        uses: docker://archlinux:latest\n        with:\n          args: bash install-release.sh\n"
  },
  {
    "path": "LICENSE",
    "content": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.  We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors.  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights.  Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received.  You must make sure that they, too, receive\nor can get the source code.  And you must show them these terms so they\nknow their rights.\n\n  Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n  For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software.  For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n  Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so.  This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software.  The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable.  Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts.  If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n  Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary.  To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Use with the GNU Affero General Public License.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the program's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n    <program>  Copyright (C) <year>  <name of author>\n    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n<http://www.gnu.org/licenses/>.\n\n  The GNU General Public License does not permit incorporating your program\ninto proprietary programs.  If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.  But first, please read\n<http://www.gnu.org/philosophy/why-not-lgpl.html>.\n"
  },
  {
    "path": "README.md",
    "content": "# fhs-install-v2ray\n\n> 欲查阅以简体中文撰写的介绍，请访问：[README.zh-Hans-CN.md](README.zh-Hans-CN.md)\n\n> Bash script for installing V2Ray in operating systems such as Debian / CentOS / Fedora / openSUSE that support systemd\n\n該腳本安裝的文件符合 [Filesystem Hierarchy Standard (FHS)](https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard)：\n\n```\ninstalled: /usr/local/bin/v2ray\ninstalled: /usr/local/bin/v2ctl\ninstalled: /usr/local/share/v2ray/geoip.dat\ninstalled: /usr/local/share/v2ray/geosite.dat\ninstalled: /usr/local/etc/v2ray/config.json\ninstalled: /var/log/v2ray/\ninstalled: /var/log/v2ray/access.log\ninstalled: /var/log/v2ray/error.log\ninstalled: /etc/systemd/system/v2ray.service\ninstalled: /etc/systemd/system/v2ray@.service\n```\n\n## 重要提示\n\n**不推薦在 docker 中使用本專案安裝 v2ray，請直接使用 [官方映象](https://github.com/v2fly/docker)。**  \n如果官方映象不能滿足您自定義安裝的需要，請以**復刻並修改上游 dockerfile 的方式來實現**。  \n\n本專案**不會為您自動生成配置檔案**；**只解決使用者安裝階段遇到的問題**。其他問題在這裡是無法得到幫助的。  \n請在安裝完成後參閱 [文件](https://www.v2fly.org/) 瞭解配置檔案語法，並自己完成適合自己的配置檔案。過程中可參閱社群貢獻的 [配置檔案模板](https://github.com/v2fly/v2ray-examples)  \n（**提請您注意這些模板複製下來以後是需要您自己修改調整的，不能直接使用**）\n\n## 使用\n\n* 該腳本在執行時會提供 `info` 和 `error` 等信息，請仔細閱讀。\n\n### 安裝和更新 V2Ray\n\n```\n// 安裝執行檔和 .dat 資料檔\n# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)\n```\n\n### 安裝最新發行的 geoip.dat 和 geosite.dat\n\n```\n// 只更新 .dat 資料檔\n# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-dat-release.sh)\n```\n\n### 移除 V2Ray\n\n```\n# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --remove\n```\n\n### 解決問題\n\n* 「[不安裝或更新 geoip.dat 和 geosite.dat](https://github.com/v2fly/fhs-install-v2ray/wiki/Do-not-install-or-update-geoip.dat-and-geosite.dat)」。\n* 「[使用證書時權限不足](https://github.com/v2fly/fhs-install-v2ray/wiki/Insufficient-permissions-when-using-certificates)」。\n* 「[從舊腳本遷移至此](https://github.com/v2fly/fhs-install-v2ray/wiki/Migrate-from-the-old-script-to-this)」。\n* 「[將 .dat 文檔由 lib 目錄移動到 share 目錄](https://github.com/v2fly/fhs-install-v2ray/wiki/Move-.dat-files-from-lib-directory-to-share-directory)」。\n* 「[使用 VLESS 協議](https://github.com/v2fly/fhs-install-v2ray/wiki/To-use-the-VLESS-protocol)」。\n\n> 若您的問題沒有在上方列出，歡迎在 Issue 區提出。\n\n**提問前請先閱讀 [Issue #63](https://github.com/v2fly/fhs-install-v2ray/issues/63)，否則可能無法得到解答並被鎖定。**\n\n## 貢獻\n\n請於 [develop](https://github.com/v2fly/fhs-install-v2ray/tree/develop) 分支進行，以避免對主分支造成破壞。\n\n待確定無誤後，兩分支將進行合併。\n"
  },
  {
    "path": "README.zh-Hans-CN.md",
    "content": "# fhs-install-v2ray\n\n> 欲查閱以繁體中文撰寫的介紹，請訪問：[README.md](README.md)\n\n> Bash script for installing V2Ray in operating systems such as Debian / CentOS / Fedora / openSUSE that support systemd\n\n该脚本安装的文件符合 [Filesystem Hierarchy Standard (FHS)](https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard)：\n\n```\ninstalled: /usr/local/bin/v2ray\ninstalled: /usr/local/bin/v2ctl\ninstalled: /usr/local/share/v2ray/geoip.dat\ninstalled: /usr/local/share/v2ray/geosite.dat\ninstalled: /usr/local/etc/v2ray/config.json\ninstalled: /var/log/v2ray/\ninstalled: /var/log/v2ray/access.log\ninstalled: /var/log/v2ray/error.log\ninstalled: /etc/systemd/system/v2ray.service\ninstalled: /etc/systemd/system/v2ray@.service\n```\n\n## 重要提示\n\n**不推荐在 docker 中使用本项目安装 v2ray，请直接使用 [官方镜像](https://github.com/v2fly/docker)。**  \n如果官方镜像不能满足您自定义安装的需要，请以**复刻并修改上游 dockerfile 的方式来实现**。  \n\n本项目**不会为您自动生成配置文件**；**只解决用户安装阶段遇到的问题**。其他问题在这里是无法得到帮助的。  \n请在安装完成后参阅 [文档](https://www.v2fly.org/) 了解配置文件语法，并自己完成适合自己的配置文件。过程中可参阅社区贡献的 [配置文件模板](https://github.com/v2fly/v2ray-examples)  \n（**提请您注意这些模板复制下来以后是需要您自己修改调整的，不能直接使用**）\n\n## 使用\n\n* 该脚本在运行时会提供 `info` 和 `error` 等信息，请仔细阅读。\n\n### 安装和更新 V2Ray\n\n```\n// 安装可执行文件和 .dat 数据文件\n# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)\n```\n\n### 安装最新发行的 geoip.dat 和 geosite.dat\n\n```\n// 只更新 .dat 数据文件\n# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-dat-release.sh)\n```\n\n### 移除 V2Ray\n\n```\n# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --remove\n```\n\n### 解决问题\n\n* 「[不安装或更新 geoip.dat 和 geosite.dat](https://github.com/v2fly/fhs-install-v2ray/wiki/Do-not-install-or-update-geoip.dat-and-geosite.dat-zh-Hans-CN)」。\n* 「[使用证书时权限不足](https://github.com/v2fly/fhs-install-v2ray/wiki/Insufficient-permissions-when-using-certificates-zh-Hans-CN)」。\n* 「[从旧脚本迁移至此](https://github.com/v2fly/fhs-install-v2ray/wiki/Migrate-from-the-old-script-to-this-zh-Hans-CN)」。\n* 「[将 .dat 文档由 lib 目录移动到 share 目录](https://github.com/v2fly/fhs-install-v2ray/wiki/Move-.dat-files-from-lib-directory-to-share-directory-zh-Hans-CN)」。\n* 「[使用 VLESS 协议](https://github.com/v2fly/fhs-install-v2ray/wiki/To-use-the-VLESS-protocol-zh-Hans-CN)」。\n\n> 若您的问题没有在上方列出，欢迎在 Issue 区提出。\n\n**提问前请先阅读 [Issue #63](https://github.com/v2fly/fhs-install-v2ray/issues/63)，否则可能无法得到解答并被锁定。**\n\n## 贡献\n\n请于 [develop](https://github.com/v2fly/fhs-install-v2ray/tree/develop) 分支进行，以避免对主分支造成破坏。\n\n待确定无误后，两分支将进行合并。\n"
  },
  {
    "path": "install-dat-release.sh",
    "content": "#!/usr/bin/env bash\n# shellcheck disable=SC2268\n\n# This Bash script to install the latest release of geoip.dat and geosite.dat:\n\n# https://github.com/v2fly/geoip\n# https://github.com/v2fly/domain-list-community\n\n# Depends on cURL, please solve it yourself\n\n# You may plan to execute this Bash script regularly:\n\n# install -m 755 install-dat-release.sh /usr/local/bin/install-dat-release\n\n# 0 0 * * * /usr/local/bin/install-dat-release > /dev/null 2>&1\n\n# You can set this variable whatever you want in shell session right before running this script by issuing:\n# export DAT_PATH='/usr/local/lib/v2ray'\nDAT_PATH=${DAT_PATH:-/usr/local/share/v2ray}\n\nDOWNLOAD_LINK_GEOIP=\"https://github.com/v2fly/geoip/releases/latest/download/geoip.dat\"\nDOWNLOAD_LINK_GEOSITE=\"https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat\"\nfile_ip='geoip.dat'\nfile_dlc='dlc.dat'\nfile_site='geosite.dat'\ndir_tmp=\"$(mktemp -d)\"\n\ncurl() {\n  $(type -P curl) -L -q --retry 5 --retry-delay 10 --retry-max-time 60 \"$@\"\n}\n\ncheck_if_running_as_root() {\n  # If you want to run as another user, please modify $UID to be owned by this user\n  if [[ \"$UID\" -ne '0' ]]; then\n    echo \"WARNING: The user currently executing this script is not root. You may encounter the insufficient privilege error.\"\n    read -r -p \"Are you sure you want to continue? [y/n] \" cont_without_been_root\n    if [[ x\"${cont_without_been_root:0:1}\" = x'y' ]]; then\n      echo \"Continuing the installation with current user...\"\n    else\n      echo \"Not running with root, exiting...\"\n      exit 1\n    fi\n  fi\n}\n\ndownload_files() {\n  if ! curl -R -H 'Cache-Control: no-cache' -o \"${dir_tmp}/${2}\" \"${1}\"; then\n    echo 'error: Download failed! Please check your network or try again.'\n    exit 1\n  fi\n  if ! curl -R -H 'Cache-Control: no-cache' -o \"${dir_tmp}/${2}.sha256sum\" \"${1}.sha256sum\"; then\n    echo 'error: Download failed! Please check your network or try again.'\n    exit 1\n  fi\n}\n\ncheck_sum() {\n  (\n    cd \"${dir_tmp}\" || exit\n    for i in \"${dir_tmp}\"/*.sha256sum; do\n      if ! sha256sum -c \"${i}\"; then\n        echo 'error: Check failed! Please check your network or try again.'\n        exit 1\n      fi\n    done\n  )\n}\n\ninstall_file() {\n  install -m 644 \"${dir_tmp}\"/${file_dlc} \"${DAT_PATH}\"/${file_site}\n  install -m 644 \"${dir_tmp}\"/${file_ip} \"${DAT_PATH}\"/${file_ip}\n  rm -r \"${dir_tmp}\"\n}\n\nmain() {\n  check_if_running_as_root\n  download_files $DOWNLOAD_LINK_GEOIP $file_ip\n  download_files $DOWNLOAD_LINK_GEOSITE $file_dlc\n  check_sum\n  install_file\n}\n\nmain \"$@\"\n"
  },
  {
    "path": "install-release.sh",
    "content": "#!/usr/bin/env bash\n# shellcheck disable=SC2268\n\n# The files installed by the script conform to the Filesystem Hierarchy Standard:\n# https://wiki.linuxfoundation.org/lsb/fhs\n\n# The URL of the script project is:\n# https://github.com/v2fly/fhs-install-v2ray\n\n# The URL of the script is:\n# https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh\n\n# If the script executes incorrectly, go to:\n# https://github.com/v2fly/fhs-install-v2ray/issues\n\n# You can set this variable whatever you want in shell session right before running this script by issuing:\n# export DAT_PATH='/usr/local/share/v2ray'\nDAT_PATH=${DAT_PATH:-/usr/local/share/v2ray}\n\n# You can set this variable whatever you want in shell session right before running this script by issuing:\n# export JSON_PATH='/usr/local/etc/v2ray'\nJSON_PATH=${JSON_PATH:-/usr/local/etc/v2ray}\n\n# Set this variable only if you are starting v2ray with multiple configuration files:\n# export JSONS_PATH='/usr/local/etc/v2ray'\n\n# Set this variable only if you want this script to check all the systemd unit file:\n# export check_all_service_files='yes'\n\ncurl() {\n  $(type -P curl) -L -q --retry 5 --retry-delay 10 --retry-max-time 60 \"$@\"\n}\n\nsystemd_cat_config() {\n  if systemd-analyze --help | grep -qw 'cat-config'; then\n    systemd-analyze --no-pager cat-config \"$@\"\n    echo\n  else\n    echo \"${aoi}~~~~~~~~~~~~~~~~\"\n    cat \"$@\" \"$1\".d/*\n    echo \"${aoi}~~~~~~~~~~~~~~~~\"\n    echo \"${red}warning: ${green}The systemd version on the current operating system is too low.\"\n    echo \"${red}warning: ${green}Please consider to upgrade the systemd or the operating system.${reset}\"\n    echo\n  fi\n}\n\ncheck_if_running_as_root() {\n  # If you want to run as another user, please modify $UID to be owned by this user\n  if [[ \"$UID\" -ne '0' ]]; then\n    echo \"WARNING: The user currently executing this script is not root. You may encounter the insufficient privilege error.\"\n    read -r -p \"Are you sure you want to continue? [y/n] \" cont_without_been_root\n    if [[ x\"${cont_without_been_root:0:1}\" = x'y' ]]; then\n      echo \"Continuing the installation with current user...\"\n    else\n      echo \"Not running with root, exiting...\"\n      exit 1\n    fi\n  fi\n}\n\nidentify_the_operating_system_and_architecture() {\n  if [[ \"$(uname)\" == 'Linux' ]]; then\n    case \"$(uname -m)\" in\n      'i386' | 'i686')\n        MACHINE='32'\n        ;;\n      'amd64' | 'x86_64')\n        MACHINE='64'\n        ;;\n      'armv5tel')\n        MACHINE='arm32-v5'\n        ;;\n      'armv6l')\n        MACHINE='arm32-v6'\n        grep Features /proc/cpuinfo | grep -qw 'vfp' || MACHINE='arm32-v5'\n        ;;\n      'armv7' | 'armv7l')\n        MACHINE='arm32-v7a'\n        grep Features /proc/cpuinfo | grep -qw 'vfp' || MACHINE='arm32-v5'\n        ;;\n      'armv8' | 'aarch64')\n        MACHINE='arm64-v8a'\n        ;;\n      'mips')\n        MACHINE='mips32'\n        ;;\n      'mipsle')\n        MACHINE='mips32le'\n        ;;\n      'mips64')\n        MACHINE='mips64'\n        ;;\n      'mips64le')\n        MACHINE='mips64le'\n        ;;\n      'ppc64')\n        MACHINE='ppc64'\n        ;;\n      'ppc64le')\n        MACHINE='ppc64le'\n        ;;\n      'riscv64')\n        MACHINE='riscv64'\n        ;;\n      's390x')\n        MACHINE='s390x'\n        ;;\n      *)\n        echo \"error: The architecture is not supported.\"\n        exit 1\n        ;;\n    esac\n    if [[ ! -f '/etc/os-release' ]]; then\n      echo \"error: Don't use outdated Linux distributions.\"\n      exit 1\n    fi\n    # Do not combine this judgment condition with the following judgment condition.\n    ## Be aware of Linux distribution like Gentoo, which kernel supports switch between Systemd and OpenRC.\n    ### Refer: https://github.com/v2fly/fhs-install-v2ray/issues/84#issuecomment-688574989\n    if [[ -f /.dockerenv ]] || grep -q 'docker\\|lxc' /proc/1/cgroup && [[ \"$(type -P systemctl)\" ]]; then\n      true\n    elif [[ -d /run/systemd/system ]] || grep -q systemd <(ls -l /sbin/init); then\n      true\n    else\n      echo \"error: Only Linux distributions using systemd are supported.\"\n      exit 1\n    fi\n    if [[ \"$(type -P apt)\" ]]; then\n      PACKAGE_MANAGEMENT_INSTALL='apt -y --no-install-recommends install'\n      PACKAGE_MANAGEMENT_REMOVE='apt purge'\n      package_provide_tput='ncurses-bin'\n    elif [[ \"$(type -P dnf)\" ]]; then\n      PACKAGE_MANAGEMENT_INSTALL='dnf -y install'\n      PACKAGE_MANAGEMENT_REMOVE='dnf remove'\n      package_provide_tput='ncurses'\n    elif [[ \"$(type -P yum)\" ]]; then\n      PACKAGE_MANAGEMENT_INSTALL='yum -y install'\n      PACKAGE_MANAGEMENT_REMOVE='yum remove'\n      package_provide_tput='ncurses'\n    elif [[ \"$(type -P zypper)\" ]]; then\n      PACKAGE_MANAGEMENT_INSTALL='zypper install -y --no-recommends'\n      PACKAGE_MANAGEMENT_REMOVE='zypper remove'\n      package_provide_tput='ncurses-utils'\n    elif [[ \"$(type -P pacman)\" ]]; then\n      PACKAGE_MANAGEMENT_INSTALL='pacman -Syu --noconfirm'\n      PACKAGE_MANAGEMENT_REMOVE='pacman -Rsn'\n      package_provide_tput='ncurses'\n    else\n      echo \"error: The script does not support the package manager in this operating system.\"\n      exit 1\n    fi\n  else\n    echo \"error: This operating system is not supported.\"\n    exit 1\n  fi\n}\n\n## Demo function for processing parameters\njudgment_parameters() {\n  while [[ \"$#\" -gt '0' ]]; do\n    case \"$1\" in\n      '--remove')\n        if [[ \"$#\" -gt '1' ]]; then\n          echo 'error: Please enter the correct parameters.'\n          exit 1\n        fi\n        REMOVE='1'\n        ;;\n      '--version')\n        VERSION=\"${2:?error: Please specify the correct version.}\"\n        break\n        ;;\n      '-c' | '--check')\n        CHECK='1'\n        break\n        ;;\n      '-f' | '--force')\n        FORCE='1'\n        break\n        ;;\n      '-h' | '--help')\n        HELP='1'\n        break\n        ;;\n      '-l' | '--local')\n        LOCAL_INSTALL='1'\n        LOCAL_FILE=\"${2:?error: Please specify the correct local file.}\"\n        break\n        ;;\n      '-p' | '--proxy')\n        if [[ -z \"${2:?error: Please specify the proxy server address.}\" ]]; then\n          exit 1\n        fi\n        PROXY=\"$2\"\n        shift\n        ;;\n      *)\n        echo \"$0: unknown option -- -\"\n        exit 1\n        ;;\n    esac\n    shift\n  done\n}\n\ninstall_software() {\n  package_name=\"$1\"\n  file_to_detect=\"$2\"\n  type -P \"$file_to_detect\" > /dev/null 2>&1 && return\n  if ${PACKAGE_MANAGEMENT_INSTALL} \"$package_name\"; then\n    echo \"info: $package_name is installed.\"\n  else\n    echo \"error: Installation of $package_name failed, please check your network.\"\n    exit 1\n  fi\n}\n\nget_current_version() {\n  if /usr/local/bin/v2ray -version > /dev/null 2>&1; then\n    VERSION=\"$(/usr/local/bin/v2ray -version | awk 'NR==1 {print $2}')\"\n  else\n    VERSION=\"$(/usr/local/bin/v2ray version | awk 'NR==1 {print $2}')\"\n  fi\n  CURRENT_VERSION=\"v${VERSION#v}\"\n}\n\nget_version() {\n  # 0: Install or update V2Ray.\n  # 1: Installed or no new version of V2Ray.\n  # 2: Install the specified version of V2Ray.\n  if [[ -n \"$VERSION\" ]]; then\n    RELEASE_VERSION=\"v${VERSION#v}\"\n    return 2\n  fi\n  # Determine the version number for V2Ray installed from a local file\n  if [[ -f '/usr/local/bin/v2ray' ]]; then\n    get_current_version\n    if [[ \"$LOCAL_INSTALL\" -eq '1' ]]; then\n      RELEASE_VERSION=\"$CURRENT_VERSION\"\n      return\n    fi\n  fi\n  # Get V2Ray release version number\n  TMP_FILE=\"$(mktemp)\"\n  if ! curl -x \"${PROXY}\" -sS -i -H \"Accept: application/vnd.github.v3+json\" -o \"$TMP_FILE\" 'https://api.github.com/repos/v2fly/v2ray-core/releases/latest'; then\n    \"rm\" \"$TMP_FILE\"\n    echo 'error: Failed to get release list, please check your network.'\n    exit 1\n  fi\n  HTTP_STATUS_CODE=$(awk 'NR==1 {print $2}' \"$TMP_FILE\")\n  if [[ $HTTP_STATUS_CODE -lt 200 ]] || [[ $HTTP_STATUS_CODE -gt 299 ]]; then\n    \"rm\" \"$TMP_FILE\"\n    echo \"error: Failed to get release list, GitHub API response code: $HTTP_STATUS_CODE\"\n    exit 1\n  fi\n  RELEASE_LATEST=\"$(sed 'y/,/\\n/' \"$TMP_FILE\" | grep 'tag_name' | awk -F '\"' '{print $4}')\"\n  \"rm\" \"$TMP_FILE\"\n  RELEASE_VERSION=\"v${RELEASE_LATEST#v}\"\n  # Compare V2Ray version numbers\n  if [[ \"$RELEASE_VERSION\" != \"$CURRENT_VERSION\" ]]; then\n    RELEASE_VERSIONSION_NUMBER=\"${RELEASE_VERSION#v}\"\n    RELEASE_MAJOR_VERSION_NUMBER=\"${RELEASE_VERSIONSION_NUMBER%%.*}\"\n    RELEASE_MINOR_VERSION_NUMBER=\"$(echo \"$RELEASE_VERSIONSION_NUMBER\" | awk -F '.' '{print $2}')\"\n    RELEASE_MINIMUM_VERSION_NUMBER=\"${RELEASE_VERSIONSION_NUMBER##*.}\"\n    # shellcheck disable=SC2001\n    CURRENT_VERSION_NUMBER=\"$(echo \"${CURRENT_VERSION#v}\" | sed 's/-.*//')\"\n    CURRENT_MAJOR_VERSION_NUMBER=\"${CURRENT_VERSION_NUMBER%%.*}\"\n    CURRENT_MINOR_VERSION_NUMBER=\"$(echo \"$CURRENT_VERSION_NUMBER\" | awk -F '.' '{print $2}')\"\n    CURRENT_MINIMUM_VERSION_NUMBER=\"${CURRENT_VERSION_NUMBER##*.}\"\n    if [[ \"$RELEASE_MAJOR_VERSION_NUMBER\" -gt \"$CURRENT_MAJOR_VERSION_NUMBER\" ]]; then\n      return 0\n    elif [[ \"$RELEASE_MAJOR_VERSION_NUMBER\" -eq \"$CURRENT_MAJOR_VERSION_NUMBER\" ]]; then\n      if [[ \"$RELEASE_MINOR_VERSION_NUMBER\" -gt \"$CURRENT_MINOR_VERSION_NUMBER\" ]]; then\n        return 0\n      elif [[ \"$RELEASE_MINOR_VERSION_NUMBER\" -eq \"$CURRENT_MINOR_VERSION_NUMBER\" ]]; then\n        if [[ \"$RELEASE_MINIMUM_VERSION_NUMBER\" -gt \"$CURRENT_MINIMUM_VERSION_NUMBER\" ]]; then\n          return 0\n        else\n          return 1\n        fi\n      else\n        return 1\n      fi\n    else\n      return 1\n    fi\n  elif [[ \"$RELEASE_VERSION\" == \"$CURRENT_VERSION\" ]]; then\n    return 1\n  fi\n}\n\ndownload_v2ray() {\n  DOWNLOAD_LINK=\"https://github.com/v2fly/v2ray-core/releases/download/$RELEASE_VERSION/v2ray-linux-$MACHINE.zip\"\n  echo \"Downloading V2Ray archive: $DOWNLOAD_LINK\"\n  if ! curl -x \"${PROXY}\" -R -H 'Cache-Control: no-cache' -o \"$ZIP_FILE\" \"$DOWNLOAD_LINK\"; then\n    echo 'error: Download failed! Please check your network or try again.'\n    return 1\n  fi\n  echo \"Downloading verification file for V2Ray archive: $DOWNLOAD_LINK.dgst\"\n  if ! curl -x \"${PROXY}\" -sSR -H 'Cache-Control: no-cache' -o \"$ZIP_FILE.dgst\" \"$DOWNLOAD_LINK.dgst\"; then\n    echo 'error: Download failed! Please check your network or try again.'\n    return 1\n  fi\n  if [[ \"$(cat \"$ZIP_FILE\".dgst)\" == 'Not Found' ]]; then\n    echo 'error: This version does not support verification. Please replace with another version.'\n    return 1\n  fi\n\n  # Verification of V2Ray archive\n  CHECKSUM=$(awk -F '= ' '/256=/ {print $2}' < \"${ZIP_FILE}.dgst\")\n  LOCALSUM=$(sha256sum \"$ZIP_FILE\" | awk '{printf $1}')\n  if [[ \"$CHECKSUM\" != \"$LOCALSUM\" ]]; then\n    echo 'error: SHA256 check failed! Please check your network or try again.'\n    return 1\n  fi\n}\n\ndecompression() {\n  if ! unzip -q \"$1\" -d \"$TMP_DIRECTORY\"; then\n    echo 'error: V2Ray decompression failed.'\n    \"rm\" -r \"$TMP_DIRECTORY\"\n    echo \"removed: $TMP_DIRECTORY\"\n    exit 1\n  fi\n  echo \"info: Extract the V2Ray package to $TMP_DIRECTORY and prepare it for installation.\"\n}\n\ninstall_file() {\n  NAME=\"$1\"\n  if [[ \"$NAME\" == 'v2ray' ]] || [[ \"$NAME\" == 'v2ctl' ]]; then\n    # Make sure the directory exists (sometimes it doesn't, e.g., EdgeRouter)\n    mkdir -p '/usr/local/bin'\n    install -m 755 \"${TMP_DIRECTORY}/$NAME\" \"/usr/local/bin/$NAME\"\n  elif [[ \"$NAME\" == 'geoip.dat' ]] || [[ \"$NAME\" == 'geosite.dat' ]]; then\n    install -m 644 \"${TMP_DIRECTORY}/$NAME\" \"${DAT_PATH}/$NAME\"\n  fi\n}\n\ninstall_v2ray() {\n  # Install V2Ray binary to /usr/local/bin/ and $DAT_PATH\n  install_file v2ray\n  if [[ -f \"${TMP_DIRECTORY}/v2ctl\" ]]; then\n    install_file v2ctl\n  else\n    if [[ -f '/usr/local/bin/v2ctl' ]]; then\n      rm '/usr/local/bin/v2ctl'\n    fi\n  fi\n  install -d \"$DAT_PATH\"\n  # If the file exists, geoip.dat and geosite.dat will not be installed or updated\n  if [[ ! -f \"${DAT_PATH}/.undat\" ]]; then\n    install_file geoip.dat\n    install_file geosite.dat\n  fi\n\n  # Install V2Ray configuration file to $JSON_PATH\n  # shellcheck disable=SC2153\n  if [[ -z \"$JSONS_PATH\" ]] && [[ ! -d \"$JSON_PATH\" ]]; then\n    install -d \"$JSON_PATH\"\n    echo \"{}\" > \"${JSON_PATH}/config.json\"\n    CONFIG_NEW='1'\n  fi\n\n  # Install V2Ray configuration file to $JSONS_PATH\n  if [[ -n \"$JSONS_PATH\" ]] && [[ ! -d \"$JSONS_PATH\" ]]; then\n    install -d \"$JSONS_PATH\"\n    for BASE in 00_log 01_api 02_dns 03_routing 04_policy 05_inbounds 06_outbounds 07_transport 08_stats 09_reverse; do\n      echo '{}' > \"${JSONS_PATH}/${BASE}.json\"\n    done\n    CONFDIR='1'\n  fi\n\n  # Used to store V2Ray log files\n  if [[ ! -d '/var/log/v2ray/' ]]; then\n    if id nobody | grep -qw 'nogroup'; then\n      install -d -m 700 -o nobody -g nogroup /var/log/v2ray/\n      install -m 600 -o nobody -g nogroup /dev/null /var/log/v2ray/access.log\n      install -m 600 -o nobody -g nogroup /dev/null /var/log/v2ray/error.log\n    else\n      install -d -m 700 -o nobody -g nobody /var/log/v2ray/\n      install -m 600 -o nobody -g nobody /dev/null /var/log/v2ray/access.log\n      install -m 600 -o nobody -g nobody /dev/null /var/log/v2ray/error.log\n    fi\n    LOG='1'\n  fi\n}\n\ninstall_startup_service_file() {\n  get_current_version\n  if [[ \"$(echo \"${CURRENT_VERSION#v}\" | sed 's/-.*//' | awk -F'.' '{print $1}')\" -gt \"4\" ]]; then\n    START_COMMAND=\"/usr/local/bin/v2ray run\"\n  else\n    START_COMMAND=\"/usr/local/bin/v2ray\"\n  fi\n  install -m 644 \"${TMP_DIRECTORY}/systemd/system/v2ray.service\" /etc/systemd/system/v2ray.service\n  install -m 644 \"${TMP_DIRECTORY}/systemd/system/v2ray@.service\" /etc/systemd/system/v2ray@.service\n  mkdir -p '/etc/systemd/system/v2ray.service.d'\n  mkdir -p '/etc/systemd/system/v2ray@.service.d/'\n  if [[ -n \"$JSONS_PATH\" ]]; then\n    \"rm\" -f '/etc/systemd/system/v2ray.service.d/10-donot_touch_single_conf.conf' \\\n      '/etc/systemd/system/v2ray@.service.d/10-donot_touch_single_conf.conf'\n    echo \"# In case you have a good reason to do so, duplicate this file in the same directory and make your customizes there.\n# Or all changes you made will be lost!  # Refer: https://www.freedesktop.org/software/systemd/man/systemd.unit.html\n[Service]\nExecStart=\nExecStart=${START_COMMAND} -confdir $JSONS_PATH\" |\n      tee '/etc/systemd/system/v2ray.service.d/10-donot_touch_multi_conf.conf' > '/etc/systemd/system/v2ray@.service.d/10-donot_touch_multi_conf.conf'\n  else\n    \"rm\" -f '/etc/systemd/system/v2ray.service.d/10-donot_touch_multi_conf.conf' \\\n      '/etc/systemd/system/v2ray@.service.d/10-donot_touch_multi_conf.conf'\n    echo \"# In case you have a good reason to do so, duplicate this file in the same directory and make your customizes there.\n# Or all changes you made will be lost!  # Refer: https://www.freedesktop.org/software/systemd/man/systemd.unit.html\n[Service]\nExecStart=\nExecStart=${START_COMMAND} -config ${JSON_PATH}/config.json\" > '/etc/systemd/system/v2ray.service.d/10-donot_touch_single_conf.conf'\n    echo \"# In case you have a good reason to do so, duplicate this file in the same directory and make your customizes there.\n# Or all changes you made will be lost!  # Refer: https://www.freedesktop.org/software/systemd/man/systemd.unit.html\n[Service]\nExecStart=\nExecStart=${START_COMMAND} -config ${JSON_PATH}/%i.json\" > '/etc/systemd/system/v2ray@.service.d/10-donot_touch_single_conf.conf'\n  fi\n  echo \"info: Systemd service files have been installed successfully!\"\n  echo \"${red}warning: ${green}The following are the actual parameters for the v2ray service startup.\"\n  echo \"${red}warning: ${green}Please make sure the configuration file path is correctly set.${reset}\"\n  systemd_cat_config /etc/systemd/system/v2ray.service\n  # shellcheck disable=SC2154\n  if [[ x\"${check_all_service_files:0:1}\" = x'y' ]]; then\n    echo\n    echo\n    systemd_cat_config /etc/systemd/system/v2ray@.service\n  fi\n  systemctl daemon-reload\n  SYSTEMD='1'\n}\n\nstart_v2ray() {\n  if [[ -f '/etc/systemd/system/v2ray.service' ]]; then\n    if systemctl start \"${V2RAY_CUSTOMIZE:-v2ray}\"; then\n      echo 'info: Start the V2Ray service.'\n    else\n      echo 'error: Failed to start V2Ray service.'\n      exit 1\n    fi\n  fi\n}\n\nstop_v2ray() {\n  V2RAY_CUSTOMIZE=\"$(systemctl list-units | grep 'v2ray@' | awk -F ' ' '{print $1}')\"\n  if [[ -z \"$V2RAY_CUSTOMIZE\" ]]; then\n    local v2ray_daemon_to_stop='v2ray.service'\n  else\n    local v2ray_daemon_to_stop=\"$V2RAY_CUSTOMIZE\"\n  fi\n  if ! systemctl stop \"$v2ray_daemon_to_stop\"; then\n    echo 'error: Stopping the V2Ray service failed.'\n    exit 1\n  fi\n  echo 'info: Stop the V2Ray service.'\n}\n\ncheck_update() {\n  if [[ -f '/etc/systemd/system/v2ray.service' ]]; then\n    get_version\n    local get_ver_exit_code=$?\n    if [[ \"$get_ver_exit_code\" -eq '0' ]]; then\n      echo \"info: Found the latest release of V2Ray $RELEASE_VERSION . (Current release: $CURRENT_VERSION)\"\n    elif [[ \"$get_ver_exit_code\" -eq '1' ]]; then\n      echo \"info: No new version. The current version of V2Ray is $CURRENT_VERSION .\"\n    fi\n    exit 0\n  else\n    echo 'error: V2Ray is not installed.'\n    exit 1\n  fi\n}\n\nremove_v2ray() {\n  if systemctl list-unit-files | grep -qw 'v2ray'; then\n    if [[ -n \"$(pidof v2ray)\" ]]; then\n      stop_v2ray\n    fi\n    if ! (\"rm\" -r '/usr/local/bin/v2ray' \\\n      \"$DAT_PATH\" \\\n      '/etc/systemd/system/v2ray.service' \\\n      '/etc/systemd/system/v2ray@.service' \\\n      '/etc/systemd/system/v2ray.service.d' \\\n      '/etc/systemd/system/v2ray@.service.d'); then\n      echo 'error: Failed to remove V2Ray.'\n      exit 1\n    else\n      echo 'removed: /usr/local/bin/v2ray'\n      if [[ -f '/usr/local/bin/v2ctl' ]]; then\n        rm '/usr/local/bin/v2ctl'\n        echo 'removed: /usr/local/bin/v2ctl'\n      fi\n      echo \"removed: $DAT_PATH\"\n      echo 'removed: /etc/systemd/system/v2ray.service'\n      echo 'removed: /etc/systemd/system/v2ray@.service'\n      echo 'removed: /etc/systemd/system/v2ray.service.d'\n      echo 'removed: /etc/systemd/system/v2ray@.service.d'\n      echo 'Please execute the command: systemctl disable v2ray'\n      echo \"You may need to execute a command to remove dependent software: $PACKAGE_MANAGEMENT_REMOVE curl unzip\"\n      echo 'info: V2Ray has been removed.'\n      echo 'info: If necessary, manually delete the configuration and log files.'\n      if [[ -n \"$JSONS_PATH\" ]]; then\n        echo \"info: e.g., $JSONS_PATH and /var/log/v2ray/ ...\"\n      else\n        echo \"info: e.g., $JSON_PATH and /var/log/v2ray/ ...\"\n      fi\n      exit 0\n    fi\n  else\n    echo 'error: V2Ray is not installed.'\n    exit 1\n  fi\n}\n\n# Explanation of parameters in the script\nshow_help() {\n  echo \"usage: $0 [--remove | --version number | -c | -f | -h | -l | -p]\"\n  echo '  [-p address] [--version number | -c | -f]'\n  echo '  --remove        Remove V2Ray'\n  echo '  --version       Install the specified version of V2Ray, e.g., --version v4.18.0'\n  echo '  -c, --check     Check if V2Ray can be updated'\n  echo '  -f, --force     Force installation of the latest version of V2Ray'\n  echo '  -h, --help      Show help'\n  echo '  -l, --local     Install V2Ray from a local file'\n  echo '  -p, --proxy     Download through a proxy server, e.g., -p http://127.0.0.1:8118 or -p socks5://127.0.0.1:1080'\n  exit 0\n}\n\nmain() {\n  check_if_running_as_root\n  identify_the_operating_system_and_architecture\n  judgment_parameters \"$@\"\n\n  install_software \"$package_provide_tput\" 'tput'\n  red=$(tput setaf 1)\n  green=$(tput setaf 2)\n  aoi=$(tput setaf 6)\n  reset=$(tput sgr0)\n\n  # Parameter information\n  [[ \"$HELP\" -eq '1' ]] && show_help\n  [[ \"$CHECK\" -eq '1' ]] && check_update\n  [[ \"$REMOVE\" -eq '1' ]] && remove_v2ray\n\n  # Two very important variables\n  TMP_DIRECTORY=\"$(mktemp -d)\"\n  ZIP_FILE=\"${TMP_DIRECTORY}/v2ray-linux-$MACHINE.zip\"\n\n  # Install V2Ray from a local file, but still need to make sure the network is available\n  if [[ \"$LOCAL_INSTALL\" -eq '1' ]]; then\n    echo 'warn: Install V2Ray from a local file, but still need to make sure the network is available.'\n    echo -n 'warn: Please make sure the file is valid because we cannot confirm it. (Press any key) ...'\n    read -r\n    install_software 'unzip' 'unzip'\n    decompression \"$LOCAL_FILE\"\n  else\n    # Normal way\n    install_software 'curl' 'curl'\n    get_version\n    NUMBER=\"$?\"\n    if [[ \"$NUMBER\" -eq '0' ]] || [[ \"$FORCE\" -eq '1' ]] || [[ \"$NUMBER\" -eq 2 ]]; then\n      echo \"info: Installing V2Ray $RELEASE_VERSION for $(uname -m)\"\n      download_v2ray\n      if [[ \"$?\" -eq '1' ]]; then\n        \"rm\" -r \"$TMP_DIRECTORY\"\n        echo \"removed: $TMP_DIRECTORY\"\n        exit 1\n      fi\n      install_software 'unzip' 'unzip'\n      decompression \"$ZIP_FILE\"\n    elif [[ \"$NUMBER\" -eq '1' ]]; then\n      echo \"info: No new version. The current version of V2Ray is $CURRENT_VERSION .\"\n      exit 0\n    fi\n  fi\n\n  # Determine if V2Ray is running\n  if systemctl list-unit-files | grep -qw 'v2ray'; then\n    if [[ -n \"$(pidof v2ray)\" ]]; then\n      stop_v2ray\n      V2RAY_RUNNING='1'\n    fi\n  fi\n  install_v2ray\n  install_startup_service_file\n  echo 'installed: /usr/local/bin/v2ray'\n  if [[ -f '/usr/local/bin/v2ctl' ]]; then\n    echo 'installed: /usr/local/bin/v2ctl'\n  fi\n  # If the file exists, the content output of installing or updating geoip.dat and geosite.dat will not be displayed\n  if [[ ! -f \"${DAT_PATH}/.undat\" ]]; then\n    echo \"installed: ${DAT_PATH}/geoip.dat\"\n    echo \"installed: ${DAT_PATH}/geosite.dat\"\n  fi\n  if [[ \"$CONFIG_NEW\" -eq '1' ]]; then\n    echo \"installed: ${JSON_PATH}/config.json\"\n  fi\n  if [[ \"$CONFDIR\" -eq '1' ]]; then\n    echo \"installed: ${JSON_PATH}/00_log.json\"\n    echo \"installed: ${JSON_PATH}/01_api.json\"\n    echo \"installed: ${JSON_PATH}/02_dns.json\"\n    echo \"installed: ${JSON_PATH}/03_routing.json\"\n    echo \"installed: ${JSON_PATH}/04_policy.json\"\n    echo \"installed: ${JSON_PATH}/05_inbounds.json\"\n    echo \"installed: ${JSON_PATH}/06_outbounds.json\"\n    echo \"installed: ${JSON_PATH}/07_transport.json\"\n    echo \"installed: ${JSON_PATH}/08_stats.json\"\n    echo \"installed: ${JSON_PATH}/09_reverse.json\"\n  fi\n  if [[ \"$LOG\" -eq '1' ]]; then\n    echo 'installed: /var/log/v2ray/'\n    echo 'installed: /var/log/v2ray/access.log'\n    echo 'installed: /var/log/v2ray/error.log'\n  fi\n  if [[ \"$SYSTEMD\" -eq '1' ]]; then\n    echo 'installed: /etc/systemd/system/v2ray.service'\n    echo 'installed: /etc/systemd/system/v2ray@.service'\n  fi\n  \"rm\" -r \"$TMP_DIRECTORY\"\n  echo \"removed: $TMP_DIRECTORY\"\n  if [[ \"$LOCAL_INSTALL\" -eq '1' ]]; then\n    get_version\n  fi\n  echo \"info: V2Ray $RELEASE_VERSION is installed.\"\n  echo \"You may need to execute a command to remove dependent software: $PACKAGE_MANAGEMENT_REMOVE curl unzip\"\n  if [[ \"$V2RAY_RUNNING\" -eq '1' ]]; then\n    start_v2ray\n  else\n    echo 'Please execute the command: systemctl enable v2ray; systemctl start v2ray'\n  fi\n}\n\nmain \"$@\"\n"
  }
]