Another Typo
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sudo apt install git
|
sudo apt install git -y
|
||||||
cd ~/BlueHam/
|
cd ~/BlueHam/
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
git submodule update --remote
|
git submodule update --remote
|
||||||
|
|||||||
2
justfile
2
justfile
@@ -9,7 +9,7 @@ done-goofed:
|
|||||||
distrobox-rm HamBox
|
distrobox-rm HamBox
|
||||||
|
|
||||||
run-73Linux: run-73Linux-Pull
|
run-73Linux: run-73Linux-Pull
|
||||||
distrobox-enter --name HamBox -- 73-run.sh
|
distrobox-enter --name HamBox -- bash 73-run.sh
|
||||||
|
|
||||||
run-73Linux-Pull:
|
run-73Linux-Pull:
|
||||||
distrobox-enter --name HamBox -- bash 73-pull.sh
|
distrobox-enter --name HamBox -- bash 73-pull.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user