#!/bin/bash

mkdir /opt/forpost/
wget https://fpst.ru/files/client-for-pc/altlinux/ForpostClient -P /opt/forpost/
wget https://fpst.ru/files/client-for-pc/altlinux/forpost.png -P /opt/forpost/
chmod +x /opt/forpost/ForpostClient

echo '[Desktop Entry]
Name=Forpost
GenericName=Forpost Client
Type=Application
Categories=AudioVideo;
Exec=/opt/forpost/ForpostClient
Icon=/opt/forpost/forpost.png
StartupNotify=false
Terminal=false' > /usr/share/applications/forpost.desktop
