Skip to content

Commit

Permalink
Merge pull request #187 from DeskPi-Team/yoyojacky-patch-8
Browse files Browse the repository at this point in the history
Update install-raspios-64bit.sh
  • Loading branch information
yoyojacky authored Oct 23, 2024
2 parents e421d1e + 6b0f473 commit ab12ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/RaspberryPiOS/64bit/install-raspios-64bit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if [ ! -e $pwrCutOffDaemon ]; then
echo "DefaultDependencies=no" >> $pwrCutOffDaemon
echo "[Service]" >> $pwrCutOffDaemon
echo "Type=oneshot" >> $pwrCutOffDaemon
echo "ExecStart= /usr/bin/safeCutOffPower64 &" >> $pwrCutOffDaemon
echo "ExecStart=/usr/bin/safeCutOffPower64 &" >> $pwrCutOffDaemon
echo "RemainAfterExit=yes" >> $pwrCutOffDaemon
echo "[Install]" >> $pwrCutOffDaemon
echo "WantedBy=halt.target shutdown.target poweroff.target" >> $pwrCutOffDaemon
Expand Down

0 comments on commit ab12ae2

Please sign in to comment.