Updateing Format

This commit is contained in:
Tizian Maxime Weigt 2025-04-27 03:45:31 +02:00
parent f699cb92fb
commit bb35bc1f03

View File

@ -7,9 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: add nameservers to resolv.conf
run: |
echo "nameserver 2a0e:b107:27f9::64" > /etc/resolv.conf
run: echo "nameserver 2a0e:b107:27f9::64" > /etc/resolv.conf
- name: show resolv.conf
run: cat /etc/resolv.conf
- name: apt udpate