Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
shinosaki committed Feb 22, 2024
1 parent 633b097 commit b2d48e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion debian/debootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ echo "DEB_SUITE: $DEB_SUITE"
echo "DEB_REPO: $DEB_REPO"

debootstrap \
--arch $ARCH $DEB_SUITE \
--arch $ARCH \
--include=dbus-user-session \
$DEB_SUITE \
./work $DEB_REPO

tar -C ./work -czf /build/debian-$DEB_SUITE-$ARCH-$(date '+%Y%m%d').tar.gz .
3 changes: 2 additions & 1 deletion ubuntu/debootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ echo "DEB_SUITE: $DEB_SUITE"
echo "DEB_REPO: $DEB_REPO"

debootstrap \
--arch $ARCH $DEB_SUITE \
--arch $ARCH \
--include=dbus-user-session \
$DEB_SUITE \
./work $DEB_REPO

tar -C ./work -czf /build/ubuntu-$DEB_SUITE-$ARCH-$(date '+%Y%m%d').tar.gz .

0 comments on commit b2d48e5

Please sign in to comment.