Skip to content

Instantly share code, notes, and snippets.

@xerz-one
Last active January 12, 2017 11:17
Show Gist options
  • Save xerz-one/21da41980db8508605f0b1e8b669fbdf to your computer and use it in GitHub Desktop.
Save xerz-one/21da41980db8508605f0b1e8b669fbdf to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
sudo apt update &&
sudo apt install -y cryptsetup e2fsprogs system-config-lvm &&
wget -c http://ftp.debian.org/debian/pool/main/e/e2fsprogs/e2fslibs_1.43.3-1_amd64.deb http://ftp.debian.org/debian/pool/main/e/e2fsprogs/e2fsprogs_1.43.3-1_amd64.deb &&
sudo dpkg -i e2fslibs_1.43.3-1_amd64.deb &&
sudo dpkg -i e2fsprogs_1.43.3-1_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment