Skip to content
/ ubuntu Public

Scripts to run after a fresh install of ubuntu

Notifications You must be signed in to change notification settings

wsguede/ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ubuntu setup

This is a few scripts to set up your clean install of ubuntu.

If you have git installed go ahead and clone as normal.

git clone https://github.com/wsguede/ubuntu.git

If you dont have git installed download using wget!

wget -q https://github.com/wsguede/ubuntu/archive/master.zip && \
  unzip -q master.zip && \
  rm master.zip && \
  cd ubuntu-master && \
  ./fresh_install.sh  && \
  cd .. && \
  rm -rf ubuntu-master

About

Scripts to run after a fresh install of ubuntu

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages