#!/bin/bash
if [[ -f '/etc/astra_version' ]]; then

    wineboot
    cd /opt/notepadplus/
    wine notepad++.exe

else
    zenity --error --title="Ошибка!" --text="Необходима ОС Astra Linux SE!" --width=200
fi
exit
