From 717aa1754129861a8663cfe66a23867ce479a18c Mon Sep 17 00:00:00 2001 From: leegs Date: Mon, 30 Oct 2023 12:21:11 -0400 Subject: [PATCH 1/2] Update user-data fix misspelled curtin command --- o405-uxx/user-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o405-uxx/user-data b/o405-uxx/user-data index 3a86c3b..60e298b 100644 --- a/o405-uxx/user-data +++ b/o405-uxx/user-data @@ -84,7 +84,7 @@ autoinstall: # - curtin in-target -- bash /postinstall.sh # - rm /target/postinstall.sh - wget -O /target/postinstall.sh http://raw.githubusercontent.com/cwru-robotics/cwru_robotics_autoinstall_scripts/focal_install/o405-uxx/postinstall.sh - - curting in-target --bash /postinstall.sh + - curtin in-target --bash /postinstall.sh - rm /target/postinstall.sh user-data: From 2d38cb0ef8786c5d820247628c069e81cfbf2d7b Mon Sep 17 00:00:00 2001 From: leegs Date: Mon, 30 Oct 2023 12:36:09 -0400 Subject: [PATCH 2/2] Update user-data missing space --- o405-uxx/user-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o405-uxx/user-data b/o405-uxx/user-data index 60e298b..8dcc55a 100644 --- a/o405-uxx/user-data +++ b/o405-uxx/user-data @@ -84,7 +84,7 @@ autoinstall: # - curtin in-target -- bash /postinstall.sh # - rm /target/postinstall.sh - wget -O /target/postinstall.sh http://raw.githubusercontent.com/cwru-robotics/cwru_robotics_autoinstall_scripts/focal_install/o405-uxx/postinstall.sh - - curtin in-target --bash /postinstall.sh + - curtin in-target -- bash /postinstall.sh - rm /target/postinstall.sh user-data: