We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8283a1d commit cd976a4Copy full SHA for cd976a4
TR/calc renamed to TR/calc_tr
install.sh
@@ -1,3 +1,4 @@
1
#!/usr/bin/bash
2
3
-sudo cp INSTALL/EN/calc /usr/bin/
+sudo cp /EN/calc /usr/bin/
4
+sudo cp /TR/calc_tr /usr/bin/
uninstall.sh
-sudo rm rf - /usr/bin/calc
+sudo rm rf - /usr/bin/calc
+sudo rm rf - /usr/bin/calc_tr
0 commit comments