configure.sh wizard, install improvements, encryption fixes, branch support #18

Merged
obel1x merged 20 commits from :main into devel 2026-04-30 18:34:02 +02:00
Showing only changes of commit b586de545e - Show all commits
+1 -1
View File
@@ -87,7 +87,7 @@ fi
echo "Sucessfuly obtained IPA vault fileencryption key." echo "Sucessfuly obtained IPA vault fileencryption key."
#Setup and use encrypted filesystem #Setup and use encrypted filesystem
if [ ! -d "${DECRYPTEDDATADIR}" ] || [ -f "${HOME}/.config/gocryptfs/gocryptfs.conf" ]; then if [ ! -d "${DECRYPTEDDATADIR}" ] || [ ! -f "${HOME}/.config/gocryptfs/gocryptfs.conf" ]; then
#Key has been obtained, but no Directory was created till know #Key has been obtained, but no Directory was created till know
echo "First Setup of encryption: Creating new Directories now" echo "First Setup of encryption: Creating new Directories now"
mkdir -p ${ENCRYPTEDDATADIR} ${DECRYPTEDDATADIR} ${HOME}/.config/gocryptfs mkdir -p ${ENCRYPTEDDATADIR} ${DECRYPTEDDATADIR} ${HOME}/.config/gocryptfs