Skip to content

tignis/install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install something from another git repository.

Quickstart:

python -c "$(curl -sL https://raw.githubusercontent.com/tignis/install/main/install.py)" https://.../repo.git

Optional arguments:

  • --directory D - clone to this directory instead of default (tempdir)
  • --ref R - checkout named git ref instead of prompting
  • --script S - execute script from repo instead of default (install.py)
  • extras - pass any remaining arguments to executed script

About

Install something from another repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages