Skip to content
Snippets Groups Projects
Commit 2238fc44 authored by David Horvát's avatar David Horvát
Browse files

add sim script

parent 155b3b2c
No related branches found
No related tags found
No related merge requests found
File deleted
......@@ -3,8 +3,6 @@ FROM archlinux:latest
RUN pacman-key --init
RUN pacman -Sy
# RUN pacman -S ... --noconfirm
RUN cat <<EOF >> /etc/pacman.conf
[mypkgs]
......
#!/bin/bash
echo "hello!"
echo "I am updating my distro now..."
echo "I am installing my star program..."
pacman -Sy --noconfirm not_a_virus
echo "Lets check the stars!"
./usr/bin/not_a_virus
echo "I will wait 20 seconds for updates..."
sleep 20
echo "I am updating my distro now..."
pacman -Syu --noconfirm
echo "done!"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment