Skip to content

Commit

Permalink
[ci skip] make deb
Browse files Browse the repository at this point in the history
  • Loading branch information
UriHerrera committed Mar 18, 2024
1 parent e08f4fe commit 1830fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ curl -L https://packagecloud.io/nitrux/depot/gpgkey | apt-key add -;
curl -L https://packagecloud.io/nitrux/testing/gpgkey | apt-key add -;
curl -L https://packagecloud.io/nitrux/unison/gpgkey | apt-key add -;

apt -qq update
apt update

### Install Package Build Dependencies #2
### Install Package Build Dependencies

apt -qq -yy install --no-install-recommends \
mauikit-accounts-git \
Expand Down

0 comments on commit 1830fd9

Please sign in to comment.