GoFMT add templ install
This commit is contained in:
parent
d4d00303ef
commit
fcee62b986
@ -41,10 +41,9 @@ wget -q "https://github.com/StarFleetCPTN/GoMFT/archive/refs/tags/v${RELEASE}.ta
|
|||||||
tar -xzf $temp_file2
|
tar -xzf $temp_file2
|
||||||
mv GoMFT-${RELEASE}/ /opt/gomft
|
mv GoMFT-${RELEASE}/ /opt/gomft
|
||||||
cd /opt/gomft
|
cd /opt/gomft
|
||||||
#$STD go install github.com/a-h/templ/cmd/templ@latest
|
$STD go install github.com/a-h/templ/cmd/templ@latest
|
||||||
wget -q "https://github.com/StarFleetCPTN/GoMFT/releases/download/v${RELEASE}/gomft-v${RELEASE}-linux-amd64" -O gomft
|
wget -q "https://github.com/StarFleetCPTN/GoMFT/releases/download/v${RELEASE}/gomft-v${RELEASE}-linux-amd64" -O gomft
|
||||||
#$STD go mod download
|
$STD $HOME/go/bin/templ generate
|
||||||
#$STD $HOME/go/bin/templ generate
|
|
||||||
chmod +x gomft
|
chmod +x gomft
|
||||||
JWT_SECRET_KEY=$(openssl rand -base64 24 | tr -d '/+=')
|
JWT_SECRET_KEY=$(openssl rand -base64 24 | tr -d '/+=')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user