-
Notifications
You must be signed in to change notification settings - Fork 539
[FEATURE] Arch Linux installation script (create .pkg.tar.xz archive or install directly) #728
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
…ls; change default to not installing
|
Thanks for the review.
|
But when the system has sudo, you should use it :) Usually scripts try Don't forget to add |
|
Done - 'sudo' is used if available; fallback to 'su'. Also, updated the mentioned files. |
|
Ok, thanks. |
Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Add installation script for Arch Linux based distributions.
Steps to test this out (on an Arch Linux based distribution):
$ cd package_creators/
$ ./arch.sh
There is an option to do 2 things (install directly or create the .pkg.tar.xz archive for distribution purposes without installing on host machine).
Tested on
Kernel : Linux 4.4.48-1-MANJARO (x86_64)
C Library : GNU C Library version 2.24 (stable)
Default C Compiler : GNU C Compiler version 6.3.1 20170109 (GCC)
Distribution : Manjaro Linux
Resolves sub-part of Issue #678