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:
+2
-2
@@ -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}}"
|
||||
;;
|
||||
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user