Skip to content

Commit

Permalink
Sed ohne Zeilenanfang für dhcpcd Service
Browse files Browse the repository at this point in the history
  • Loading branch information
kraeml committed Oct 15, 2024
1 parent 2a7e730 commit 326b3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
sed -i 's/sudo umount $m/sudo umount --lazy --force $m/g' ./CustomPiOS/src/common.sh
sed -i 's/dhcpcd5/# dhcpcd5/g' ./CustomPiOS/src/modules/base/start_chroot_script
sed -i 's/^systemctl enable dhcpcd.service/# systemctl enable dhcpcd.service/g' ./CustomPiOS/src/modules/base/start_chroot_script
sed -i 's/systemctl enable dhcpcd.service/# systemctl enable dhcpcd.service/g' ./CustomPiOS/src/modules/base/start_chroot_script
- name: Update CustomPiOS Paths
run: |
Expand Down

0 comments on commit 326b3d9

Please sign in to comment.