add bash completion to os for survey and pm commands

This commit is contained in:
Robin Olsen
2026-02-26 20:26:15 +01:00
parent dcf9fbaa50
commit e00b201a77
5 changed files with 44 additions and 14 deletions

View File

@@ -1,6 +1,11 @@
FROM lscr.io/linuxserver/webtop:latest
RUN apk add --no-cache gcompat libc6-compat
RUN apk add --no-cache exo gcompat libc6-compat bash bash-completion alacritty
COPY pm /usr/local/bin/pm
COPY pm_bash.sh /etc/bash_completion.d/pm
COPY survey_bash.sh /etc/bash_completion.d/survey
RUN chmod +x /usr/local/bin/pm
COPY survey /usr/local/bin/survey
RUN chmod +x /usr/local/bin/survey