Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed Feb 17, 2024
1 parent 1f0ab20 commit 8010e33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nging-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ url="https://img.nging.coscms.com/nging/v${version}/"
savedir="nging"

case "$arch" in
"x86_64")
"x86_64"|"amd64")
arch="amd64"
;;
"i386"|"i686")
Expand Down Expand Up @@ -53,6 +53,9 @@ case $osname in
"Linux")
osname="linux"
;;
"FreeBSD")
osname="freebsd"
;;
*)
echo "Unsupported System:${osname}"
exit 1
Expand Down

0 comments on commit 8010e33

Please sign in to comment.