Migration gitea => forgejo
This commit is contained in:
parent
797dff685b
commit
a7592a2b38
15 changed files with 42 additions and 34 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/bash
|
||||
|
||||
base_package_upgrade(){
|
||||
apt update
|
||||
|
@ -38,7 +38,7 @@ configure_depot_nodejs() {
|
|||
}
|
||||
|
||||
install_go() {
|
||||
GO_VERSION=1.20.4
|
||||
GO_VERSION=1.20.5
|
||||
[ ! "$1" == "" ] && GO_VERSION=$1
|
||||
PATH=$PATH:/usr/local/go/bin
|
||||
if [ ! "$(go version)" == "go version go${GO_VERSION} linux/amd64" ] ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue