Skip to content

Commit

Permalink
Merge pull request #1789 from ZL1LAC/patch-3
Browse files Browse the repository at this point in the history
Update duco-install-rpi.sh
  • Loading branch information
revoxhere authored Jun 29, 2024
2 parents 2d3d3dd + bce5f88 commit 612831d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Tools/duco-install-rpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ ! -d ~/duino-coin/ ];then
fi

cd ~/duino-coin
echo "Installing python packages"
echo "Installing Python packages"
python3 -m pip install -r requirements.txt # Install pip dependencies

#Check if the app exists
Expand All @@ -32,7 +32,7 @@ fi
mkdir -p ~/.local/share/applications
echo "[Desktop Entry]
Name=Duino Coin PC Miner
Comment=Duino Coin miner for the raspberry pi
Comment=Duino Coin miner for the Raspberry Pi
Exec=python3 /home/$u/duino-coin/PC_Miner.py
Icon=/home/$u/duino-coin/Resources/PCMiner.png
Terminal=true
Expand All @@ -56,7 +56,7 @@ Type=Application
Categories=Utility;
StartupNotify=true" > ~/.local/share/applications/duino-coin-avr.desktop
cd ~/
if [ -f ~/duco-install-rpi.sh]; then
if [ -f ~/duco-install-rpi.sh ]; then
rm duco-install-rpi.sh
fi
echo "Installed"
echo "Installed"

0 comments on commit 612831d

Please sign in to comment.