VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup/Linux/veracrypt_install_template.sh
AgeCommit message (Collapse)AuthorFilesLines
2023-11-08Linux: Fix generic installation script on Konsole in Wayland (#1244)Jertzukka1-2/+2
The x11 aliases such as --title are only available in the Qt application if the XDG_SESSION_TYPE is x11. Instead of using an alias, we can use --qwindowtitle directly.
2023-06-29Linux/FreeBSD: Make pcsclite a dependency of the packages and the generic ↵Mounir IDRASSI1-1/+2
installer
2023-06-13Linux: Fix compatibility of generic installers with old Linux distrosMounir IDRASSI1-1/+5
In old Linux distributions, tar command doesn't support "--keep-directory-symlink" so we now dynamically detect if this switch is support and then we use it if it is available
2022-02-05Linux: avoid overriding /usr/sbin if it is a symlink (close #888)Mounir IDRASSI1-1/+1
2017-12-13Linux: fix failure to install GUI version under recent versions of KDE.Mounir IDRASSI1-2/+2
2017-06-23Update IDRIX copyright yearMounir IDRASSI1-1/+1
2016-05-10Remove trailing whitespaceDavid Foerster1-33/+33
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI1-1/+1
2015-08-06Linux: Correct formating of license displayed in the installerMounir IDRASSI1-24/+24
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 ↵Mounir IDRASSI1-7/+197
and TrueCrypt 3.0.
2015-04-19Linux installer: Add support for kdesudo and correct usage of konsole ↵Mounir IDRASSI1-2/+3
external call.
2015-02-11Linux: modify installer script to make it run when the "less" command ↵Mounir IDRASSI1-3/+23
doesn't support the -X argument (Busybox case)
2015-02-10Linux: Add graphical installer support when xterm is not available (Linux ↵Mounir IDRASSI1-4/+36
Mint case)
2014-12-20Linux: Update license file displayed in the installer.Mounir IDRASSI1-0/+23
2014-11-08Correct message in Linux VeraCrypt installer to replace ↵Mounir IDRASSI1-1/+1
truecrypt-uninstall.sh by veracrypt-uninstall.sh
2014-11-08Avoid changing metadata (ownership, permission,etc) of /usr when unpacking ↵VeraCrypt_Linux_1.0dMounir IDRASSI1-1/+1
VeraCrypt tar package
2014-11-08Add VeraCrypt specific Linux packaging code in Makefiles and add various ↵Mounir IDRASSI1-0/+834
helper scripts. The original TrueCrypt sources didn't contain anything about this.