remove old instal in usr/bin
This commit is contained in:
parent
ca27efa38a
commit
a85bf45150
1 changed files with 1 additions and 1 deletions
2
archdi
2
archdi
|
@ -42,7 +42,7 @@ install(){
|
|||
echo "Install $apptitle ..."
|
||||
echo ""
|
||||
chmod 755 $0 2>/dev/null
|
||||
if [[ -f "/usr/bin/archfi" ]]; then
|
||||
if [[ -f "/usr/bin/archdi" ]]; then
|
||||
mv $0 /usr/bin/archdi 2>/dev/null
|
||||
else
|
||||
mv $0 /usr/local/bin/archdi 2>/dev/null
|
||||
|
|
Loading…
Reference in a new issue