Migration gitea => forgejo

This commit is contained in:
Thomas Legay 2023-06-12 15:30:48 +02:00
parent 797dff685b
commit a7592a2b38
15 changed files with 42 additions and 34 deletions

View file

@ -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" ] ;