Install enpass on linux by default

This commit is contained in:
2022-11-21 18:09:37 +01:00
parent 421eb45148
commit 10d9244f73

View File

@@ -15,6 +15,8 @@ then
else else
if [ $(which apt-get) ] if [ $(which apt-get) ]
then then
echo "deb https://apt.enpass.io/ stable main" | sudo tee /etc/apt/sources.list.d/enpass.list
curl -sSL https://apt.enpass.io/keys/enpass-linux.key | sudo tee /etc/apt/trusted.gpg.d/enpass.asc
sudo apt-get update sudo apt-get update
sudo apt-get install \ sudo apt-get install \
git \ git \
@@ -26,7 +28,8 @@ else
i3 \ i3 \
i3lock \ i3lock \
i3status \ i3status \
rofi rofi \
enpass
else else
echo Unsupported system echo Unsupported system
exit 1 exit 1