Installation script enchansements

master
Illia Chub 2020-09-11 15:17:08 +03:00
parent f058216162
commit 2624cc335a
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ InstallDependencies()
wget https://selfprivacy.org/mkpasswd
wget https://selfprivacy.org/s3cli
chmod +x s3cli
chmod +x mkpasswd
PASSWORD=$( ./mkpasswd -m sha-512 "$PASSWORD" )
}
CollectData()
{