bbfdm/gitlab-ci/setup.sh
2023-02-08 07:30:35 +00:00

17 lines
303 B
Bash
Executable file

#!/bin/bash
echo "preparation script"
pwd
# link '/bin/sh' to bash instead of dash
ln -sf bash /bin/sh
cp -r ./test/files/etc/* /etc/
cp -r ./test/files/usr/* /usr/
cp -r ./test/files/var/* /var/
cp -r ./test/files/tmp/* /tmp/
cp -r ./test/files/lib/* /lib/
apt install -y iproute2
ls /etc/config/