automated terminal push

This commit is contained in:
Your Name
2025-02-07 22:59:28 -05:00
parent 3b547f2192
commit 9f4fb533fa
33 changed files with 64 additions and 680 deletions

View File

@@ -6,7 +6,7 @@ WORKDIR /
COPY /provision /
##
#### install the NY Giants background ####
COPY /provision/media/Backgrounds/desktop.png /usr/share/lxqt/themes/light/simple_blue_widescreen.png
@@ -19,16 +19,35 @@ RUN ls -lha /
RUN ls -lha /usr/share/lxqt/themes/light/simple_blue_widescreen.png
##
#### install the NY Giants background ####
RUN bash installs/gnomedownloader.bash
RUN bash installs/sshserver.bash
RUN bash installs/cron.bash
##
COPY provision/installs/startup/startup.sh /startup.sh
COPY provision/startup/startup.sh /startup.sh
##
####
COPY ping.script /tmp/ping.bash
RUN chmod +x /tmp/ping.bash
RUN ls -lha /tmp/
####
COPY cronfile /etc/cron.d/cronfile
# Give execution rights on the cron job
RUN chmod 0644 /etc/cron.d/cronfile
# Apply the cron job
RUN crontab -u root /etc/cron.d/cronfile