cd home - fix issue #439

pull/447/head
Botspot 3 years ago committed by GitHub
parent f9de004a8f
commit d5748d4327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,6 +7,8 @@ function error {
DIRECTORY="$(readlink -f "$(dirname "$0")")"
cd $HOME
#install yad automatically
if ! command -v yad >/dev/null;then
if [ -f /usr/bin/apt ];then

Loading…
Cancel
Save