From 7497fb3424b8b7f56851ad850589f4169ce6e408 Mon Sep 17 00:00:00 2001 From: Eric Lynema Date: Tue, 19 Aug 2025 13:41:08 -0400 Subject: [PATCH] Another Typo --- 73-pull.sh | 2 +- justfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/73-pull.sh b/73-pull.sh index 69b2317..5c9471f 100644 --- a/73-pull.sh +++ b/73-pull.sh @@ -1,5 +1,5 @@ #!/bin/bash -sudo apt install git +sudo apt install git -y cd ~/BlueHam/ git submodule update --init --recursive git submodule update --remote diff --git a/justfile b/justfile index d339b54..939133c 100644 --- a/justfile +++ b/justfile @@ -9,7 +9,7 @@ done-goofed: distrobox-rm HamBox run-73Linux: run-73Linux-Pull - distrobox-enter --name HamBox -- 73-run.sh + distrobox-enter --name HamBox -- bash 73-run.sh run-73Linux-Pull: distrobox-enter --name HamBox -- bash 73-pull.sh