Files
SilentDragonXLite/util/install.sh
2023-02-20 15:39:41 +01:00

12 lines
369 B
Bash
Executable File

#!/bin/bash
# Copyright 2019-2023 The Hush Developers
cd ../ && ./build.sh linguist && ./build.sh
# should be better
username=$(id -un)
cd util/ && sed -i "s|\/home\/.*\/SilentDragonLite\/|\/home\/$username\/SilentDragonLite\/|g" SilentDragonLite.desktop
cp SilentDragonLite.desktop ~/.local/share/applications
# might be /usr/share/applications/ that requires sudo