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
- Host: GitHub
- URL: https://github.com/instantos/instanttools
- Owner: instantOS
- License: gpl-2.0
- Created: 2020-03-24T15:59:33.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T18:23:51.000Z (about 2 years ago)
- Last Synced: 2024-05-23T08:23:02.342Z (about 2 years ago)
- Language: Shell
- Size: 91.8 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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