remove old instal in usr/bin

This commit is contained in:
MatMoul 2022-10-16 00:14:38 +02:00
parent ec15f8a3fe
commit cc05441125

3
archdi
View file

@ -160,6 +160,9 @@ chkupgrade(){
cd /tmp
wget $binurl
sh archdi -i
if test -f "/usr/bin/archfi"; then
rm /usr/bin/archfi
fi
exit 0
fi
fi