Strange issue with checkupdates due to paquet switching...

Added full path 'solves' the problem, some dark magic going there
master
Quentin Duchemin 2018-05-30 23:46:01 +02:00
parent 728100d2e9
commit 4f05dd2b8f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
updates_arch=$(checkupdates | wc -l)
updates_arch=$(/usr/bin/checkupdates | wc -l)
if ! updates_aur=$(trizen -Su --aur --quiet | wc -l); then
updates_aur=0