Skip to content

Commit d48de17

Browse files
committed
fix: Install script
1 parent e25b5fd commit d48de17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install-bootstrap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# unpack alpine bootstrap
44
mkdir bootstrap
55
cd bootstrap
6-
cat ../rootfs.tar.xz | ../minitar
6+
cat ../rootfs.tar.xz | ../root/bin/minitar
77
cd ..
88

99
# include resolv.conf
1010
echo "nameserver 8.8.8.8 \
1111
nameserver 8.8.4.4" > bootstrap/etc/resolv.conf
1212

13-
echo "bootstrap ready, run with run-bootstrap.sh"
13+
echo "bootstrap ready, run with run-bootstrap.sh"

0 commit comments

Comments
 (0)