An open API service indexing awesome lists of open source software.

https://github.com/instantos/instanttools

Development tools for instantOS
https://github.com/instantos/instanttools

Last synced: 8 months ago
JSON representation

Development tools for instantOS

Awesome Lists containing this project

README

          


instantTOOLS


Development tools for instantOS



## Installation

```sh
curl -s https://raw.githubusercontent.com/instantOS/instantTOOLS/main/netinstall.sh | bash
```

--------

build a single instantos package for the repo

```sh
ibuild singlebuild
```

release a new stable branch version

```sh
ibuild release
```

back up repo to other git servers in case github goes boom

```sh
ibuild backup
```

clear and rebuild the pacman repo

```sh
ibuild rebuild
```

update aur package in the repo

```sh
ibuild aurupdate
```

clone github stuff

```sh
ibuild clone
```

get a copy of the pacman repo

```sh
ibuild download
```

build and install a single instantOS package

```sh
ibuild install
```

install a single aur package

```sh
ibuild aur
```

build a full copy of the pacman repo

```sh
ibuild fullrepo
```

upload files to pacman repo

```sh
ibuild push
```

## Future feature ideas

- rework some utils with ansible
- add web3 repo storage upload util