From 448a0800539b8b1ad0f520a6063e6be7bd415211 Mon Sep 17 00:00:00 2001 From: onryo Date: Sat, 29 Jan 2022 09:42:40 +0000 Subject: [PATCH] Delete 'util/install.sh' --- util/install.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 util/install.sh diff --git a/util/install.sh b/util/install.sh deleted file mode 100644 index 250f530..0000000 --- a/util/install.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# Copyright 2019-2021 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 \ No newline at end of file