moved install.sh to util dir
This commit is contained in:
10
util/install.sh
Executable file
10
util/install.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
# Copyright 2019-2021 The Hush Developers
|
||||
|
||||
./build.sh linguist && ./build.sh
|
||||
|
||||
username=$(id -un)
|
||||
|
||||
sed -i "s|\/home\/.*\/SilentDragonLite\/|\/home\/$username\/SilentDragonLite\/|g" SilentDragonLite.desktop
|
||||
|
||||
mv SilentDragonLite.desktop ~/.local/share/applications
|
||||
Reference in New Issue
Block a user