Created
July 15, 2016 15:34
-
-
Save Avinashachu007/1a12b8c8646d9ad16da162fc1dda5cee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt-get install dolphin \ | |
&& sudo apt-get install kfinder \ | |
&& sudo apt-get install kde-baseapps\ | |
&& sudo apt-get install sytemsettings\ | |
&& sudo apt-get install exo-utils | |
#Copy and paste above command entirly in your Linux terminal | |
#While you have internet connection. This script will automate | |
#Complete installation of Kde Dolphin File manager in you linux system |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment