Skip to content

Instantly share code, notes, and snippets.

@stevz
Created August 22, 2012 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevz/3427111 to your computer and use it in GitHub Desktop.
Save stevz/3427111 to your computer and use it in GitHub Desktop.
Script para instalar Alsi en opensuse con logo
mkdir $HOME/alsi && cd $HOME/alsi && wget http://desdelinux.net/ftp/alsi && wget http://www.deviantart.com/download/290271743/ascii_suse_logo_by_aubreybourke-d4stj3z.
zip && unzip ascii_suse_logo_by_aubreybourke-d4stj3z.zip && sudo install -Dm 755 alsi /usr/bin/alsi && echo " " >> $HOME/.bashrc && echo "alsi -f --file-logo=$HOME/al
si/suse-logo" >> $HOME/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment