Skip to content

instantOS/instantTOOLS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instantTOOLS

Development tools for instantOS

Installation

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

build a single instantos package for the repo

ibuild singlebuild

release a new stable branch version

ibuild release

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

ibuild backup

clear and rebuild the pacman repo

ibuild rebuild

update aur package in the repo

ibuild aurupdate

clone github stuff

ibuild clone

get a copy of the pacman repo

ibuild download

build and install a single instantOS package

ibuild install

install a single aur package

ibuild aur

build a full copy of the pacman repo

ibuild fullrepo

upload files to pacman repo

ibuild push

Future feature ideas

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