Skip to content

Commit

Permalink
delete: Remove multistrap as it is no longer needed
Browse files Browse the repository at this point in the history
multistrap was introduced when mmdebstrap could not be used to build the root filesystem. Now that the project has successfully transitioned to using mmdebstrap, multistrap is redundant.

Changes:
- termux#376
- termux@bb97e3c
  • Loading branch information
chenchongbiao committed Aug 22, 2024
1 parent 6a81d8d commit 6e82bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ "$(uname -o)" = "Android" ]; then
exit 1
fi

for i in curl git jq mmdebstrap sudo tar xz multistrap; do
for i in curl git jq mmdebstrap sudo tar xz; do
if [ -z "$(command -v "$i")" ]; then
echo "[!] '$i' is not installed."
exit 1
Expand Down

0 comments on commit 6e82bd2

Please sign in to comment.