sayem314 / Caddy-Web-Server-Installer

Script to manage Caddy web server
MIT License
210 stars 86 forks source link

ARM should be fine #5

Closed mholt closed 8 years ago

mholt commented 8 years ago

In these lines it looks like you abort an install (and updates in another part of the script) if the system is ARM architecture.

Caddy can run on ARM. Take a quick gander at how the script at https://getcaddy.com/ handles it; it even compiles for ARM versions 5, 6, and 7.

sayem314 commented 8 years ago

Thank you. I'll work on that, I'm traveling now ;)

sayem314 commented 8 years ago

Added support for ARM install/update