Last active
January 12, 2017 11:17
-
-
Save xerz-one/21da41980db8508605f0b1e8b669fbdf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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