Skip to content

Commit 532d4c0

Browse files
authored
Update and rename install_gogs.sh to setup-gogs.sh
1 parent 1d86c6f commit 532d4c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install_gogs.sh setup-gogs.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [ "$(id -u)" != "0" ]; then
99
else
1010

1111

12-
# go lang installation
12+
# Golang installation
1313

1414
# Download Go and extract the compressed file:
1515

@@ -37,7 +37,7 @@ else
3737
sudo apt-get install -y git
3838
adduser --disabled-login --gecos 'Gogs' git # When you install Go and Gogs, it will be under the user git.
3939

40-
#gogs installation
40+
# Gogs installation
4141

4242
echo "" >>/etc/hosts
4343
echo "$1 $2" >>/etc/hosts

0 commit comments

Comments
 (0)