Fixed podman command not found
This commit is contained in:
@@ -905,9 +905,9 @@ EOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
gum style --border normal --margin "1" --padding "1 2" --border-foreground 212 "
|
gum style --border normal --margin "1" --padding "1 2" --border-foreground 212 "
|
||||||
⚠️ $(gum style --foreground 212 'WARNING:') You will now set the password of the numbus-admin user. \
|
⚠️ $(gum style --foreground 212 'WARNING:') You will now set the password of the numbus-admin user.
|
||||||
You will almost never user it. Consider using a very strong password : you can write it down \
|
You will almost never user it. Consider using a very strong password : you can write it down
|
||||||
securely on a hidden sheet of paper or add it to your password manager (locally with Passbolt \
|
securely on a hidden sheet of paper or add it to your password manager (locally with Passbolt
|
||||||
with any other online password manager provider)."
|
with any other online password manager provider)."
|
||||||
|
|
||||||
gum confirm "➡️ I understand, 'yes' to proceed." || { echo -e "\n\n❌ Aborting as requested."; exit 1; }
|
gum confirm "➡️ I understand, 'yes' to proceed." || { echo -e "\n\n❌ Aborting as requested."; exit 1; }
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ PODMAN_NETWORKS
|
|||||||
"pi-hole.service"
|
"pi-hole.service"
|
||||||
"home-assistant.service"
|
"home-assistant.service"
|
||||||
];
|
];
|
||||||
path = [ pkgs.curl pkgs.coreutils pkgs.systemd ];
|
path = [ pkgs.curl pkgs.coreutils pkgs.systemd pkgs.podman ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
RemainAfterExit = true;
|
RemainAfterExit = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user