Skip to content

Commit 249ace3

Browse files
committed
make .profile self-delete, add socials to readme
1 parent f925191 commit 249ace3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

vm/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ COPY ./README.md ./CHANGELOG.md /root/
4242
# assume env86 will add /bin/guest86
4343
COPY ./guest86.service /etc/init.d/guest86
4444
# there is a bug where it always crashes on first run
45-
RUN echo "rc-service guest86 start && rc-service guest86 stop && rc-service guest86 start" > /root/.profile
45+
RUN echo "rc-service guest86 start && rc-service guest86 stop && rc-service guest86 start; rm /root/.profile" > /root/.profile
4646

4747

4848
# https://wiki.alpinelinux.org/wiki/Alpine_Linux_in_a_chroot#Preparing_init_services

vm/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ More details will be put online soon, but in the meantime you can ask questions
1818
or just stay up to date by sponsoring me on GitHub:
1919

2020
https://github.com/sponsors/progrium
21+
22+
Twitter: @progrium
23+
Mastodon: @progrium@mas.to

0 commit comments

Comments
 (0)