root-enter: upgrade to 6

more features less typoes
This commit is contained in:
ptrcnull 2022-05-04 18:33:19 +02:00
parent c0902e4bf1
commit 42ae5d0b59
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=root-enter
pkgver=5
pkgver=6
pkgrel=0
pkgdesc="enter chroot with mounts"
url="https://git.ddd.rip/ptrcnull/ptrcports"
@ -15,5 +15,5 @@ package() {
}
sha512sums="
01f67466a77f8d4f7a8910546d4074a57dd82e7bd9867aab538df5b15e2335bc822b5d405fc568444dc463d9e3a2df725a5494a171902501b74e39c710ee0ca5 enter
6e458ca9f00ce8a804bb1ff07e639a682546d3cb4e963f7fbad262625e0af74db7b94d11c2ad2fd16f7d229f4d936a80bd334216c0f1cafde4b3c650a34bf3ae enter
"

View file

@ -32,7 +32,7 @@ fi
mount -t devtmpfs devtmpfs $1/dev
mount -t tmpfs shm $1/dev/shm
moutn -t devpts devpts $1/dev/pts
mount -t devpts devpts $1/dev/pts
mount -t sysfs sysfs $1/sys
mount -t proc proc $1/proc
mount -t tmpfs tmpfs $1/tmp