1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-02-03 15:22:53 +00:00
Files
rricharz.Tek4010/install

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"