Skip to content

Commit 0433b73

Browse files
committed
PINE64:update
1 parent bcbd3fd commit 0433b73

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pine64/ubuntu-01.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22

3+
set -ex
4+
35
sudo apt-get install debootstrap
46

57
sudo debootstrap --foreign --include=vim,dialog,apt --variant=minbase --arch=arm64 trusty rootfs http://ports.ubuntu.com/

pine64/ubuntu-02.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/sh
2+
3+
set -ex
4+
25
. ./common-functions.sh
36

47
debootstrap/debootstrap --second-stage
@@ -13,7 +16,7 @@ c_nameserver "8.8.8.8"
1316

1417
dpkg-divert --local --rename --add /sbin/initctl; ln -s /bin/true /sbin/initctl
1518

16-
apt-get -q=2 update
19+
r_pkg_upgrade
1720
i_base
1821
i_extra
1922
i_gcc

0 commit comments

Comments
 (0)