Skip to content

Instantly share code, notes, and snippets.

@syjcnss
Created September 24, 2019 08:56
Show Gist options
  • Save syjcnss/d5c9eaa32e05757a6734aa927eb2de84 to your computer and use it in GitHub Desktop.
Save syjcnss/d5c9eaa32e05757a6734aa927eb2de84 to your computer and use it in GitHub Desktop.
#!/bin/sh
#MIRROR=http://ftp.sjtu.edu.cn/
MIRROR=https://mirrors.cloud.tencent.com/
debootstrap --components=main,restricted,universe,multiverse --include=git-core,gnupg,flex,bison,gperf,build-essential,zip,curl,zlib1g-dev,gcc-multilib,g++-multilib,libc6-dev-i386,lib32ncurses5-dev,x11proto-core-dev,libx11-dev,libgl1-mesa-dev,libxml2-utils,xsltproc,unzip --arch=amd64 trusty trusty/ $MIRROR/ubuntu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment