Skip to content

Commit

Permalink
Update rpi-img-builder.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NL-TCH authored Oct 31, 2024
1 parent 12df2a5 commit f4e0306
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rpi-img-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:
steps:
- name: fix archiveraspberrypicom
run: |
su root
sudo echo "nameserver 1.1.1.1" > /etc/resolv.conf
sudo echo "static domain_name_servers=1.1.1.1 1.0.0.1" >> /etc/dhcpcd.conf
sudo service dhcpcd restart
echo ${{ secrets.USERPWD }} | sudo -S echo "nameserver 1.1.1.1" > /etc/resolv.conf
echo ${{ secrets.USERPWD }} | sudo -S echo "static domain_name_servers=1.1.1.1 1.0.0.1" >> /etc/dhcpcd.conf
echo ${{ secrets.USERPWD }} | sudo -S service dhcpcd restart
- name: prepareRASPAP
run: |
Expand Down

0 comments on commit f4e0306

Please sign in to comment.