Skip to content

Commit

Permalink
Merge pull request #178 from DeskPi-Team/yoyojacky-patch-2
Browse files Browse the repository at this point in the history
Update install-raspios-64bit.sh
  • Loading branch information
yoyojacky authored Jun 25, 2024
2 parents 919e8f9 + 9d2a7bf commit c5b0f91
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions RaspberryPiOS/64bit/install-raspios-64bit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ fi


# remove old repository.
if [ -d /tmp/deskpi ]; then
rm -rf /tmp/deskpi*
fi
# if [ -d /tmp/deskpi ]; then
# rm -rf /tmp/deskpi*
# cd /tmp/ && git clone https://github.com/deskpi-team/deskpi
# fi

cd /tmp/ && git clone https://github.com/deskpi-team/deskpi

if [[ -f $fanDaemon ]]; then
sudo sh -c "sudo systemctl stop deskpi.service"
Expand Down Expand Up @@ -118,7 +118,7 @@ if [ $? -eq 0 ]; then
log_action_msg "Congratulations! DeskPi Pro driver has been installed successfully, Have Fun!"
log_action_msg "System will be reboot in 5 seconds to take effect."
else
log_action_warning "Could not download deskpi repository, please check the internet connection and try to execute it again!"
log_action_warning "Could not download deskpi repository, please check the internet connection and try to execute it again. "
log_action_msg "Usage: sudo ./install-raspios-64bit.sh"
fi
Expand Down

0 comments on commit c5b0f91

Please sign in to comment.