update install doc

This commit is contained in:
Rokin 2023-01-20 13:58:29 +01:00
parent fa13a99f31
commit 5a5ccd133f
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ If a Github repo already exists with the same name as a Gitea repo but with diff
#### Install #### Install
```shell ```shell
apk add bash jq curl grep apk add bash jq curl grep
git config --system --add safe.directory '*'
wget "https://git.rokin.in/Rokin/gitea2github/raw/branch/master/g2g.sh" wget "https://git.rokin.in/Rokin/gitea2github/raw/branch/master/g2g.sh"
# * edit the file with your infos * # * edit the file with your infos *
cp -f g2g.sh /usr/bin/g2g cp -f g2g.sh /usr/bin/g2g