Skip to content

Commit cd976a4

Browse files
Important regulations.
1 parent 8283a1d commit cd976a4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

TR/calc renamed to TR/calc_tr

File renamed without changes.

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/usr/bin/bash
22

3-
sudo cp INSTALL/EN/calc /usr/bin/
3+
sudo cp /EN/calc /usr/bin/
4+
sudo cp /TR/calc_tr /usr/bin/

uninstall.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/usr/bin/bash
22

3-
sudo rm rf - /usr/bin/calc
3+
sudo rm rf - /usr/bin/calc
4+
sudo rm rf - /usr/bin/calc_tr

0 commit comments

Comments
 (0)