Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4939e134 authored by Raj Khemani's avatar Raj Khemani
Browse files

Merge branch 'murena_devices_fix' into 'main'

fix murena one and two scripts

See merge request !33
parents d9075648 f9d571e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
      name="viewport"
      content="width=device-width, initial-scale=1, shrink-to-fit=no, maximum-scale=1.0, user-scalable=0"
    />
    <meta name="version" content="0.9" />
    <meta name="version" content="0.10" />
    <link rel="stylesheet" href="/css/styles.css" />
    <link rel="stylesheet" href="/css/loader.css" />
    <title>/e/OS Installer</title>
+2 −2
Original line number Diff line number Diff line
{
  "name": "eOS-installer",
  "version": "0.9",
  "version": "0.10",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "eOS-installer",
      "version": "0.9",
      "version": "0.10",
      "license": "GPLv3",
      "dependencies": {
        "@e/fastboot": "1.1.4",
+1 −1
Original line number Diff line number Diff line
{
  "name": "eOS-installer",
  "license": "GPLv3",
  "version": "0.9",
  "version": "0.10",
  "type": "module",
  "scripts": {
    "dev": "vite",
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@
    {
      "name": "FP4 installer",
      "unzip": true,
      "path": "https://images.ecloud.global/official/FP4/IMG-e-latest-t-official-FP4.zip"
      "path": "https://images.ecloud.global/official/FP4/IMG-e-latest-u-official-FP4.zip"
    }
  ]
}
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@
    {
      "name": "FP4 installer",
      "unzip": true,
      "path": "https://images.ecloud.global/official/FP4/IMG-e-latest-t-official-FP4.zip"
      "path": "https://images.ecloud.global/official/FP4/IMG-e-latest-u-official-FP4.zip"
    }
  ]
}
Loading