core: prevent apt updates

This commit is contained in:
Koushik Dutta
2025-11-05 08:02:19 -08:00
parent 9107558bab
commit 12e60efd35
3 changed files with 5 additions and 5 deletions

View File

@@ -4,8 +4,8 @@ cd /root/.scrypted
# always immediately upgrade everything in case there's a broken update.
# this will also be preferable for troubleshooting via lxc reboot.
export DEBIAN_FRONTEND=noninteractive
yes | dpkg --configure -a
apt -y --fix-broken install && apt -y update && apt -y dist-upgrade
# yes | dpkg --configure -a
# apt -y --fix-broken install && apt -y update && apt -y dist-upgrade
function cleanup() {
IS_UP=$(docker compose ps scrypted -a | grep Up)

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/core",
"version": "0.3.136",
"version": "0.3.137",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/core",
"version": "0.3.136",
"version": "0.3.137",
"license": "Apache-2.0",
"dependencies": {
"@scrypted/common": "file:../../common",

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/core",
"version": "0.3.136",
"version": "0.3.137",
"description": "Scrypted Core plugin. Provides the UI, websocket, and engine.io APIs.",
"author": "Scrypted",
"license": "Apache-2.0",