Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update duco-install-rpi.sh #1789

Merged
merged 1 commit into from
Jun 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"