Skip to content
Snippets Groups Projects
install-dependencies.sh 216 B
Newer Older
  • Learn to ignore specific revisions
  • apt-get -y update
    
    apt-get -y install git build-essential python3 gawk unzip libncurses5-dev zlib1g-dev libssl-dev libelf-dev wget rsync time qemu-utils
    
    rm -rf /var/lib/apt/lists/*