add vmware, encryptfs

master
Mi Klo 2021-06-03 03:07:20 +00:00
rodzic c014b0c420
commit 50eff3ef12
1 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -49,4 +49,10 @@ wget https://github.com/turtl/desktop/releases/download/v0.7.2.5/turtl-0.7.2.5-l
tar -xvf turtl-0.7.2.5-linux64.tar.bz2
cd turtl-linux64
sudo ./install.sh
# run /opt/turtl/turtl
# run /opt/turtl/turtl
# download vmwareplayer: https://my.vmware.com/en/web/vmware/downloads/details?downloadGroup=WKST-PLAYER-1612&productId=1039#product_downloads
./VMware-Player-16.1.2-17966106.x86_64.bundle
#ecryptfs not available in current repo -> direct download
wget http://ftp.de.debian.org/debian/pool/main/e/ecryptfs-utils/ecryptfs-utils_111-5_amd64.deb
wget http://ftp.de.debian.org/debian/pool/main/e/ecryptfs-utils/libecryptfs1_111-5_amd64.deb
apt-get install $1 ./ecryptfs-utils_111-5_amd64.deb ./libecryptfs1_111-5_amd64.deb