chore: rename project from myLinux to Linux_post_install across all files

- Resolved merge conflicts in README.md, DEV.md, postinstall.sh
- Updated all docs to use Linux_post_install
- Changed runtime paths (/usr/local/share/, ~/.config/, ~/.local/share/)
- Updated Docker labels (mylinux.vbox -> linux_post_install.vbox)
- Fixed clone URL to gitea.skink-platy.ts.net
This commit is contained in:
he
2026-07-28 10:59:25 -04:00
parent fdca639f58
commit d2aebf3a48
9 changed files with 36 additions and 59 deletions
+2 -2
View File
@@ -93,7 +93,7 @@ case "$cmd" in
docker create \
-it \
--name "$name" \
--label mylinux.vbox=true \
--label linux_post_install.vbox=true \
-v "$lab_dir:$lab_dir" \
-w "$lab_dir" \
"$image" \
@@ -147,7 +147,7 @@ case "$cmd" in
;;
ls)
docker ps -a --filter label=mylinux.vbox=true --format "table {{.Names}}\t{{.Image}}\t{{.Status}}"
docker ps -a --filter label=linux_post_install.vbox=true --format "table {{.Names}}\t{{.Image}}\t{{.Status}}"
;;
*)