add post.fish

This commit is contained in:
Octopus Octopus 2023-12-25 14:09:39 -06:00
parent 249fbe6de5
commit 8034b417ec
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,8 @@
FROM debian:stable-slim
RUN dpkg --add-architecture armhf
RUN ["/bin/apt-get", "update"]
RUN apt-get -y install wget
RUN wget http://http.us.debian.org/debian/pool/main/o/openssl/libssl1.1_1.1.1w-0+deb11u1_armhf.deb && apt-get -y install "$PWD/libssl1.1_1.1.1w-0+deb11u1_armhf.deb"
RUN wget https://mega.nz/linux/repo/Raspbian_11/armhf/megacmd-Raspbian_11_armhf.deb && apt-get -y install "$PWD/megacmd-Raspbian_11_armhf.deb"
WORKDIR /
CMD mega-cmd-server

9
post.fish Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/fish
for i in (ls compose-files)
cp compose-files/$i ~/.config/compose/
end
for i in (ls service-files)
cp service-files/$i ~/.config/systemd/user/
end