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