Skip to content

Commit

Permalink
fix #559
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSmithxyz committed Aug 5, 2024
1 parent e7f909b commit cb9ba5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/larbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ manualinstall() {
sudo -u "$name" git pull --force origin master
}
cd "$repodir/$1" || exit 1
sudo -u "$name" -D "$repodir/$1" \
sudo -u "$name" \
makepkg --noconfirm -si >/dev/null 2>&1 || return 1
}

Expand Down

0 comments on commit cb9ba5d

Please sign in to comment.