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