Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Max Kratz
8ed8bdee14
Merge pull request #7 from celisej567/master
Update Readme to make sure everyone have jq package installed.
2024-11-20 08:02:07 +01:00
celisej567
25d34b3ef3
Update README.md 2024-11-20 09:36:15 +03:00
celisej567
f40d9689c5
Update README.md 2024-11-20 09:33:33 +03:00

View file

@ -9,6 +9,13 @@
## Usage ## Usage
To use this script you need to install `jq` package on your system.
On Ubuntu 22 it can be done using this command:
```
sudo apt install jq
```
Currently, there are two scripts in this repository. Currently, there are two scripts in this repository.
One is able to create mirrors for various GitHub entities and the other is capable of deleting an entire Gitea organization with all of its repositories. One is able to create mirrors for various GitHub entities and the other is capable of deleting an entire Gitea organization with all of its repositories.