# auto-update days

## Syntax

```
auto-update days all|none|<day> [<day> [...]]
```

## Syntax Description

<table><thead><tr><th width="203">Keyword</th><th>Description</th></tr></thead><tbody><tr><td><code>all</code></td><td>Specifies that updates may occur on any day of the week. Mutually exclusive with <code>none</code> and &#x3C;day>.</td></tr><tr><td><code>none</code></td><td>Disables automatic updates. Mutually exclusuve with <code>all</code> and &#x3C;day>.</td></tr><tr><td>day</td><td>Specifies that updates may occur only on the specified day(s) of the week. Must be one of <code>monday</code>, <code>tuesday</code>, <code>wednesday</code>, <code>thursday</code>, <code>friday</code>, <code>saturday</code>, or <code>sunday</code>. Multiple days may be specified separated by spaces. Mutually exclusive with <code>all</code> and <code>none</code>.</td></tr><tr><td></td><td></td></tr></tbody></table>

## Defaults

Updates will be performed at 3:00 AM local time on any day of the week by default.

## Usage Guidelines

The Island periodically checks to see if newer firmware is available. This command sets the day(s) of the week on which new firmware is allowed to be automatically installed.

If automatic updates are disabled using the command `auto-update days none`, the Island will still periodically check for firmware updates, and the app will indicate that newer firmware is available, but it will not be installed automatically. In this case, the user can install the update using the [update ](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/update)command or the Island app.

Firmware updates may or may not interrupt packet routing, depending on the nature and extent of the update. Some updates will not interrupt routing at all, some may cause a short (5-10 second) interuption, and some may require a full reboot of the router.

## Examples

```
auto-update days thursday friday
```

## Related Commands

{% content-ref url="auto-update-time" %}
[auto-update-time](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/auto-update/auto-update-time)
{% endcontent-ref %}
