Skip to content

Commit ac8864f

Browse files
committed
upndte tutorial scripts
1 parent ff0364d commit ac8864f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

archive/install_scripts/install_packets_for_v2.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
apt-get --yes install git python3 build-essential cmake make autogen \
44
autoconf libtool libcap-dev libattr1-dev libfuse-dev libwolfssl-dev \
5-
libexecs-dev libmhash-dev libpam0g-dev libssl-dev netcat-openbsd netcat-traditional \
5+
libexecs-dev libmhash-dev libpam0g-dev libssl-dev netcat-openbsd \
6+
netcat-traditional \
7+
linux-headers-amd64 vpoll-dkms \
68
libfuse3-dev e2fsprogs comerr-dev e2fslibs-dev xterm libglib2.0-dev \
79
udhcpc x11-utils libpcap-dev libslirp-dev vim gzip \
8-
vde2 vdetelweb archivemount libarchive-dev sshfs fuse2fs uuid-dev libblkid-dev
10+
vde2 vdetelweb archivemount libarchive-dev sshfs fuse2fs uuid-dev \
11+
libblkid-dev
912

1013
ln -sf /bin/false /bin/nologin
1114
echo 'kernel.unprivileged_userns_clone=1' > /etc/sysctl.d/00-local-userns.conf

archive/install_scripts/install_v2_projects.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ mkdir gits
7878

7979
install_repo https://github.com/virtualsquare/s2argv-execs.git
8080
install_repo https://github.com/rd235/strcase.git
81-
install_repo https://github.com/virtualsquare/vde-2.git -DENABLE_EXPERIMENTAL=ON
8281
install_repo https://github.com/rd235/vdeplug4.git
82+
install_repo https://github.com/virtualsquare/vde-2.git -DENABLE_EXPERIMENTAL=ON
8383
install_repo https://github.com/virtualsquare/purelibc.git
8484
install_repo https://github.com/rd235/libvolatilestream.git
8585
install_repo https://github.com/rd235/libstropt.git

0 commit comments

Comments
 (0)