Setup Script - Inital Commit

This commit is contained in:
2025-08-19 13:30:39 -04:00
commit 236a9f09a5
6 changed files with 35 additions and 0 deletions

20
justfile Normal file
View File

@@ -0,0 +1,20 @@
fix-permissions:
sudo usermod -a -G dialout $USER
echo "Please reboot to finish process"
setup-distrobox:
distrobox-create --name HamBox --image ubuntu:24.04
done-goofed:
distrobox-rm HamBox
73Linux: 73Linux-Pull
distrobox-enter --name HamBox -- 73-run.sh
73Linux-Pull:
distrobox-enter --name HamBox -- bash 73-pull.sh
export-apps:
distrobox-enter --name HamBox -- bash export.sh
setup: setup-distrobox 73Linux export-apps fix-permissions