Search:

Type: Posts; User: garyzw; Keyword(s):

Search: Search took 0.05 seconds.

  1. Thread: Bash Script

    by garyzw
    Replies
    19
    Views
    1,107

    [SOLVED] Re: Bash Script

    I have several computers with Xubuntu and having a script with mutilple ppa/repo's is very handy if you install multiple programs on different computers it makes it easy. Also if for what every...
  2. Thread: Bash Script

    by garyzw
    Replies
    19
    Views
    1,107

    [SOLVED] Re: Bash Script

    Yes i read what others wrote and also tried that it again in a script and it did not work. It opens the Termnial I enter the password then the Terminal closes--no pressing enter to add ppa
  3. Thread: Bash Script

    by garyzw
    Replies
    19
    Views
    1,107

    [SOLVED] Re: Bash Script

    Yes that work fine steeldriver--thanks. I will do that. I wonder why it does not work when you run the same script without the launcher?
  4. Thread: Bash Script

    by garyzw
    Replies
    19
    Views
    1,107

    [SOLVED] Re: Bash Script

    I did this


    xfce4-terminal -e "sudo add-apt-repository ppa:bhdouglass/indicator-remindor"

    sudo apt-get update && apt-get install indicator-remindor


    Which brings up the Terminal and asks...
  5. Thread: Bash Script

    by garyzw
    Replies
    19
    Views
    1,107

    [SOLVED] Re: A Simple Script

    Well if it works when I run the script would it not open the terminal and then ask me for the password?
  6. Thread: Bash Script

    by garyzw
    Replies
    19
    Views
    1,107

    [SOLVED] Re: A Simple Script

    Thanks uRock I did has you said but it will not open the terminal


    xfce4-terminal sudo add-apt-repository ppa:Repository && sudo apt-get update && sudo apt-get install package

    this opens the...
  7. Thread: Bash Script

    by garyzw
    Replies
    19
    Views
    1,107

    [SOLVED] Bash Script

    I'm trying to write a simple Script to install a program--I know you can add it in terminal but I wanted to try with a script to see how it is done.
    I have the following so far which opens the...
Results 1 to 7 of 7