thomaswhite / ubuntu-setup-scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ubuntu_17.10_setup

After checkout remember to run: git submodule update --init --recursive

Note: To make updating of the submodules working properly remember to set in your ~/.ssh/config ForwardX11 no

Quick install
n='quick-install_ubuntu-17.10-setup.sh'; wget -qN https://git.io/vA0oX -O "$HOME/$n"; chmod +x "$HOME/$n"; bash "$HOME/$n"

Note: you will be asked for your github credentials

About


Languages

Language:Shell 96.2%Language:Python 3.8%