Skip to content

Commit

Permalink
add the mozilla apt repoxxq
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuseteam committed Apr 23, 2024
1 parent 2337577 commit 1ed458c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin
Submodule bin updated from b1ab20 to a303a9
3 changes: 2 additions & 1 deletion lib/pkgfunc
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@ function pkgsetup(){
[[ -d "$APTCACHE" ]] || mkdir -p "$APTCACHE";
[[ -d "$APTSTATE" ]] || mkdir -p "$APTSTATE";
[[ -d "$APTCONFIG" ]] || {
mkdir -p $APTCONFIG/preferences.d $APTCONFIG/trusted.gpg.d;
mkdir -p $APTCONFIG/trusted.gpg.d;
mv $PKG_PREFIX/lib/crackle/etc/sources.list.d $APTCONFIG;
mv $PKG_PREFIX/lib/crackle/etc/preferences.d $APTCONFIG;

setup_repos;

Expand Down

0 comments on commit 1ed458c

Please sign in to comment.