remove old instal in usr/bin
This commit is contained in:
parent
ec15f8a3fe
commit
cc05441125
1 changed files with 3 additions and 0 deletions
3
archdi
3
archdi
|
@ -160,6 +160,9 @@ chkupgrade(){
|
||||||
cd /tmp
|
cd /tmp
|
||||||
wget $binurl
|
wget $binurl
|
||||||
sh archdi -i
|
sh archdi -i
|
||||||
|
if test -f "/usr/bin/archfi"; then
|
||||||
|
rm /usr/bin/archfi
|
||||||
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue