1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-01-11 23:53:16 +00:00
Rene Richarz 0d73b374a1 ERevert "Merge pull request #42 from polluks/patch-2"
This reverts commit 7f8e6ace747a3aecc3543301d8f82ef58ca34820, reversing
changes made to eb2a37dc6b7234e4c576509660e9d585670f6c91.
2024-05-28 16:55:48 +02:00

12 lines
280 B
Plaintext
Executable File

# install tek4010 in ~/bin
# create ~/bin directory, if it does not exist
[ ! -d ~/bin ] && mkdir ~/bin
# copy the file to ~/bin, make it executable
cp tek4010 ~/bin
chmod +x ~/bin/tek4010
echo "tek4010 installed."
echo "Reboot if this is the first time tek4010 is installed"