Skip to content

Commit

Permalink
Fix bugs.. I think. lol
Browse files Browse the repository at this point in the history
  • Loading branch information
Crilum committed Jun 6, 2022
1 parent 40965d2 commit 5c71292
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion update
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,10 @@ function upd_pi_apps() {
error 'I couldn'\''t find the pi-apps updater script.. Something is wrong!\n'
fi

$HOME/pi-apps/updater set-status &>/dev/null &
$HOME/pi-apps/updater cli-yes
status "Setting status..."
$HOME/pi-apps/updater set-status &>/dev/null
status -g "Done!"
}

function upd_snaps() {
Expand Down

0 comments on commit 5c71292

Please sign in to comment.