Skip to content

Commit

Permalink
Merge pull request #32 from Stehlampe2020/patch-1
Browse files Browse the repository at this point in the history
Fix typo in install.sh
  • Loading branch information
lestofante authored Dec 4, 2023
2 parents fd78aff + c1b7705 commit a15b45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

echo "Coping service and executable"
echo "Copying service and executable"
cp systemd-unit/ksysguard-gpu.service /etc/systemd/system/ksysguard-gpu.service
mkdir /usr/share/ksysguard-gpu/
cp src/amd.py src/nvidia.py src/intel.py src/ksysguard-gpu.py /usr/share/ksysguard-gpu/
Expand Down

0 comments on commit a15b45a

Please sign in to comment.