Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Dec 17, 2024
1 parent 2b88e42 commit e5dbd9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/debian-chroot/package
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ installdepends=(display)
flags=(nostrip)

source=(
https://github.com/Eeems-org/remarkable-debian-chroot/archive/6f7ba5ca114bc416f53d646ba3bbe4f37050ae0e.zip
https://github.com/Eeems-org/remarkable-debian-chroot/archive/ea12a1bf851f412e8df4b59fe072bce26bb72571.zip
https://salsa.debian.org/installer-team/debootstrap/-/archive/1.0.133/debootstrap-1.0.133.tar.gz
debian-chroot.conf
)
sha256sums=(
0612f909d9e58fc60f89967c27fb41db7c3536bf65fb019e0fb1cd5476deee2d
3fcd571ba1aa1a5c55a32767c34e6939e0c0e8ad9213425c6d66d25300fe24b8
734af3492eea99de940853e2c00e1a9ebd65c463362155f613aa24b9cc3336a0
SKIP
)
Expand Down Expand Up @@ -52,7 +52,7 @@ debian-chroot() {
echo "Error: debian-chroot has running processes"
exit 1
fi
umount -Rl "$chroot_path"
umount -R "$chroot_path"
}
postremove() {
source /home/root/.config/debian-chroot.conf
Expand Down

0 comments on commit e5dbd9a

Please sign in to comment.