# App store is not up todate

**URL:** https://community.umbrel.com/t/app-store-is-not-up-todate/12101
**Category:** Support and Troubleshooting
**Created:** [April 13, 2023, 6:34pm UTC](https://community.umbrel.com/t/app-store-is-not-up-todate/12101 "2023-04-13T18:34:29Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![vlad](https://avatars.discourse-cdn.com/v4/letter/v/3bc359/32.png) [@vlad](https://community.umbrel.com/u/vlad)
#### Post date: [April 13, 2023, 6:34pm UTC](https://community.umbrel.com/t/app-store-is-not-up-todate/12101/1 "2023-04-13T18:34:29Z")

</div>

I just realized that I’m missing a few apps, chatbot-ui is one of them, tried  
“sudo ~/umbrel/scripts/app install chatbot-ui”  
I’m getting:  
“chatbot-ui” not found in any local app repo

Any ideas?

Umbrel 0.5.3

---

<div class="post-metadata">

### Author: ![usernameisJim](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.umbrel.com/usernameisjim/32/3309_2.png) [@usernameisJim](https://community.umbrel.com/u/usernameisJim)
#### Post date: [April 14, 2023, 9:32am UTC](https://community.umbrel.com/t/app-store-is-not-up-todate/12101/2 "2023-04-14T09:32:56Z")

</div>

Hi this just worked recently for another user: [Missing all new apps](http://community.umbrel.com/t/missing-all-new-apps/11959/7)

You can first try the normal fix is SSH and run command:

```
cd ~umbrel
sudo scripts/repo update

```

After waiting ~5 minutes after a reboot it should also update,

You can move on to trying the delete lock file command and let us know if that works:

`sudo rm -f /home/umbrel/umbrel/repos/https---github-com-getumbrel-umbrel-apps-git/.git/index.lock`

Can reference How to SSH into Umbrel here: [Official Umbrel Troubleshooting Guide and FAQ](http://community.umbrel.com/t/official-umbrel-troubleshooting-guide-and-faq/9873)

---

<div class="post-metadata">

### Author: ![vlad](https://avatars.discourse-cdn.com/v4/letter/v/3bc359/32.png) [@vlad](https://community.umbrel.com/u/vlad)
#### Post date: [April 14, 2023, 12:59pm UTC](https://community.umbrel.com/t/app-store-is-not-up-todate/12101/3 "2023-04-14T12:59:58Z")

</div>

Hey thanks, I tried updating and I got this:  
fatal: update\_ref failed for ref ‘ORIG\_HEAD’: could not open ‘.git/ORIG\_HEAD’ for writing: File exists

And deleting the lock file did not help.
