xfce4-installador

Submitted scripts and programs
Forum rules
Your own work only.
machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

xfce4-installador

Unread post by machinebacon » Fri Jun 27, 2014 12:31 am

This script installs xfce4. It is written for people who have no time due to "faculty".

Code: Select all

#!/bin/bash

echo "Preparing installation of XFCE4...."
echo "Step 1/3 - Clearing the screen. Press Enter to continue"
read penis

# clear the screen
clear

# print welcome message
echo "========================================"
echo "Welcome to the XFCE4 installador script."
echo "========================================"

# print empty line
echo 

# wait for Enter
echo "Press Enter now to continue!"
read myass

# clear the screen
clear

# tell user what the fuck is going on
echo "Internet connection test ..................,,,!!"

# do not use ping to check the network!1
wget -q  http://xvideos.com
if [[ $? -eq 0 ]]; then
        echo "Internet connection test PASSED!"
else
        echo "WARNING!!!!!! Internet connection test FAILED! WARNING! ERROR!"
        exit 127
fi

# tell user exactly what we do
echo "Step 2/3 - Updating..."

# update APT
sudo apt-get update

# tell user what we do
echo "Step 3/3 - Installing XFCE4 now!!!11"

# installing XFCE4 
sudo apt-get install -y xfce4

# ready!
echo "XFCE4 has been installed. Congratulations! You can now use XFCE4!!!1"

exit 0
..gnutella..

pidsley
Hermit
Posts: 2539
Joined: Wed Oct 17, 2012 12:31 pm

Re: xfce4-installador

Unread post by pidsley » Fri Jun 27, 2014 12:40 am

Awesome! This will save me so much time. Thank you!

User avatar
bones
Clooney
Posts: 2385
Joined: Fri Jun 28, 2013 11:47 pm
Location: Cascadia

Re: xfce4-installador

Unread post by bones » Fri Jun 27, 2014 2:42 am

The faculty thanks you! So much free time now!

User avatar
GekkoP
Emacs Sancho Panza
Posts: 5878
Joined: Tue Sep 03, 2013 7:05 am

Re: xfce4-installador

Unread post by GekkoP » Fri Jun 27, 2014 9:38 am

Oh yes, oh yes. Thank you for this one.

User avatar
ivanovnegro
Minister of Truth
Posts: 5449
Joined: Wed Oct 17, 2012 11:12 pm

Re: xfce4-installador

Unread post by ivanovnegro » Fri Jun 27, 2014 2:13 pm

Wow, I love the screen output! Very informative.

Post Reply