diff --git a/Dockerfile b/Dockerfile index 3c141ce..49b5799 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,14 +2,14 @@ FROM debian:11 AS debian-user RUN \ apt update && \ - apt install sudo && \ + apt install sudo curl && \ useradd -m tester && \ echo tester:tester | chpasswd && \ usermod -aG sudo tester USER tester WORKDIR /home/tester -COPY ./tforgione-2.sh /home/tester/tforgione.sh +COPY ./tforgione.sh /home/tester/tforgione.sh RUN echo "cat tforgione.sh | bash" > /home/tester/.bash_history CMD ["bash"] diff --git a/index.html b/index.html index 7df9430..50090af 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,66 @@ + sh.tforgione.fr + -

Hello world!

-
curl -sSf https://sh.tforgione.fr | bash
+
+

Run the following command to get started with tforgione's dotfiles!

+
+
curl --proto '=https' --tlsv1.2 -sSf https://sh.tforgione.fr | bash
+
+
+