Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BlackArch/blackarch-installer
The official BlackArch Linux installer
https://github.com/BlackArch/blackarch-installer
Last synced: about 2 months ago
JSON representation
The official BlackArch Linux installer
- Host: GitHub
- URL: https://github.com/BlackArch/blackarch-installer
- Owner: BlackArch
- Created: 2016-04-08T22:23:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T09:00:05.000Z (10 months ago)
- Last Synced: 2024-08-05T17:44:45.718Z (5 months ago)
- Language: Python
- Homepage: https://www.blackarch.org/
- Size: 15.6 MB
- Stars: 106
- Watchers: 25
- Forks: 52
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - BlackArch/blackarch-installer - The official BlackArch Linux installer (Python)
README
## Description
The official BlackArch Linux installer. You can run it on any Linux systems.
It is recommend to use it with Arch or BlackArch Linux ISOs though.## Installation
### Using the repo package:
```sh
pacman -S blackarch-installer
```
### Using the git version```bash
# NOTE: For development testing, use:
# git clone -b develop https://github.com/BlackArch/blackarch-installer.git
1) git clone https://github.com/BlackArch/blackarch-installer.git
2) cp -R blackarch-installer/ /usr/share/blackarch-installer
3) ln -sf /usr/share/blackarch-installer/blackarch-install /usr/bin/blackarch-install
4) chmod +x /usr/bin/blackarch-install
```## Usage
Simply run:
```sh
$ blackarch-install
```
and go ahead.## Get Involved
You can get in touch with the BlackArch Linux team. Just check out the following:
**Please, send us pull requests!**
**Web:** https://www.blackarch.org/
**Mail:** [email protected]
**IRC:** [irc://irc.freenode.net/blackarch](irc://irc.freenode.net/blackarch)