Skip to content
Snippets Groups Projects
install.script 286 B
Newer Older
  • Learn to ignore specific revisions
  • siflfran's avatar
    siflfran committed
    #!/bin/sh
    # Copyright (c) 1997 Guylhem AZNAR <guylhem@oeil.qc.ca>
    
    ./configure
    make
    
    echo
    echo
    echo "You must have root password to install astime on systemwide dirs."
    echo "(press start to continue)"
    echo
    
    su root -c "make install"
    
    echo
    echo
    echo "You can now use astime !"
    echo
    echo