This commit is contained in:
Thomas Forgione 2023-08-23 16:25:48 +02:00
parent 4a337d1e9b
commit 886d381269
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ update-system() {
fi
command -v snap > /dev/null 2>&1
if [ $? -*eq 0 ]; then
if [ $? -eq 0 ]; then
echo $password | sudo -Sp "" snap refresh
fi