remove old instal in usr/bin

This commit is contained in:
MatMoul 2022-10-16 00:19:02 +02:00
parent 7a72162fd7
commit 0ac40a8eba

2
archdi
View file

@ -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