Quantcast
Channel: Why my shell script doesn't open the terminal? - Ask Ubuntu
Viewing all articles
Browse latest Browse all 2

Why my shell script doesn't open the terminal?

$
0
0

All my bash scripts (which I always gave the permission to be executed) works but without open the Konsole.

So if I made the script:

#!/bin/bash
mkdir t

When I double-click it I find a new directory called "t". And so, all scripts which doesn't contain "sudo".

But If I write

#!/bin/bash
sudo apt-get install vlc -y

#or any othe script with "sudo"

The script doesn't work. It doesn't open a shell to asking me the password for using "sudo". And it doesn't install vlc.

It works only if I execute it using terminal, but I need a script which works when I double-click it.

How can I do?


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images