7 lines
168 B
Bash
7 lines
168 B
Bash
|
#!/bin/sh
|
||
|
mkdir /usr/share/unitc
|
||
|
cp unitc.xml /usr/share/unitc
|
||
|
chmod +x unit_converter.py
|
||
|
cp unit_converter.py /usr/bin/unitc
|
||
|
cp unitc.desktop /usr/share/applications/
|