fix: update project source links, kallithea -> forgejo
This commit is contained in:
parent
515ccc9f0c
commit
00b0082302
3 changed files with 4 additions and 4 deletions
|
@ -33,7 +33,7 @@ def install_from_source(c, user='rattail'):
|
|||
"""
|
||||
if not exists(c, '/usr/local/src/byjove'):
|
||||
mkdir(c, '/usr/local/src/byjove', use_sudo=True, owner=user)
|
||||
c.sudo('git clone https://kallithea.rattailproject.org/rattail-project/byjove /usr/local/src/byjove',
|
||||
c.sudo('git clone https://forgejo.wuttaproject.org/rattail/byjove.git /usr/local/src/byjove',
|
||||
user=user)
|
||||
c.sudo("bash -l -c 'cd /usr/local/src/byjove; npm link'",
|
||||
user=user)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue