From 6d0d8062dd9d03febc8fd1b5cfe6cb6d250e1a62 Mon Sep 17 00:00:00 2001 From: Matheus Castello Date: Fri, 30 Aug 2024 23:03:57 -0300 Subject: [PATCH] recipes-wsl: simple-update: Fix files with wrong deploy path Signed-off-by: Matheus Castello --- cookbook/recipes-wsl/profile/profile | 2 +- cookbook/recipes-wsl/simple-update/files | 2 +- cookbook/recipes-wsl/simple-update/updater.ps1 | 4 ++-- distro-amd64.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cookbook/recipes-wsl/profile/profile b/cookbook/recipes-wsl/profile/profile index 9ebb0be..fa3bbbe 100644 --- a/cookbook/recipes-wsl/profile/profile +++ b/cookbook/recipes-wsl/profile/profile @@ -1,7 +1,7 @@ # /etc/profile: system-wide .profile file for the Bourne shell (sh(1)) # and Bourne compatible shells (bash(1), ksh(1), ash(1), ...). -echo "Welcome to the Torizon WSL 2 v0.0.17" +echo "Welcome to the Torizon WSL 2 v0.0.18" export PATH diff --git a/cookbook/recipes-wsl/simple-update/files b/cookbook/recipes-wsl/simple-update/files index f861da3..27f0199 100644 --- a/cookbook/recipes-wsl/simple-update/files +++ b/cookbook/recipes-wsl/simple-update/files @@ -38,7 +38,7 @@ }, { "file": "https://raw.githubusercontent.com/commontorizon/cookbook-torizon-wsl/main/cookbook/recipes-wsl/torizonver/torizonver_install", - "deploy": "/tmp", + "deploy": "/tmp/torizonver_install", "exec": true, "run": true } diff --git a/cookbook/recipes-wsl/simple-update/updater.ps1 b/cookbook/recipes-wsl/simple-update/updater.ps1 index e2c2096..e76c301 100755 --- a/cookbook/recipes-wsl/simple-update/updater.ps1 +++ b/cookbook/recipes-wsl/simple-update/updater.ps1 @@ -2,8 +2,8 @@ param( [string]$User, - [string]$version="v0.0.17", - [string]$versionID="0.0.17" + [string]$version="v0.0.18", + [string]$versionID="0.0.18" ) ## diff --git a/distro-amd64.json b/distro-amd64.json index 5ce9a2a..a521222 100644 --- a/distro-amd64.json +++ b/distro-amd64.json @@ -5,7 +5,7 @@ "version": { "major": 0, "minor": 0, - "patch": 17, + "patch": 18, "build": 0 }, "maxImgSize": 4096,