openuds/client-py3/full/linux/installer-appimage-template.sh
2021-06-10 17:02:11 +02:00

10 lines
200 B
Bash

#!/bin/sh
echo "Installing UDSClient portable..."
cp UDSClient-0.0.0-x86_64.AppImage /usr/bin
cp UDSClient.desktop /usr/share/applications
update-desktop-database
echo "Installation process done."