https://github.com/gtsop/base-box
https://github.com/gtsop/base-box
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gtsop/base-box
- Owner: gtsop
- License: gpl-3.0
- Created: 2020-09-04T12:20:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-25T20:00:28.000Z (over 4 years ago)
- Last Synced: 2025-01-08T09:11:43.261Z (4 months ago)
- Language: Shell
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# base-box
Basline utilites for *-box repositories
## Installation
```
git clone --recurse-submodule https://github.com/gtsop/base-box.git ~/.base-box && cd ~/.base-box && ./install.sh
```## Usage
Assert your machine's compatibility by running:
```
./assert.sh
```For every failure there should be a relevant solution in the output
You can update this tool by running:
```
./update.sh
```