add tmux
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Build latest image
|
||||
podman build \
|
||||
-t gitea.reeseapps.com/services/arch-toolbox:latest \
|
||||
@@ -8,5 +10,4 @@ podman container stop arch-toolbox-latest
|
||||
# Remove the old container
|
||||
podman container rm arch-toolbox-latest
|
||||
# Start with the new image
|
||||
toolbox create -i gitea.reeseapps.com/services/arch-toolbox:latest
|
||||
SHELL=/bin/zsh toolbox enter
|
||||
toolbox create -i gitea.reeseapps.com/services/arch-toolbox:latest
|
||||
Reference in New Issue
Block a user