1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-04-27 04:28:16 +00:00
Files
rricharz.Tek4010/previous_version/install
2024-02-25 19:58:11 +01:00

11 lines
230 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 version 1.7 installed"