Skip to content

Latest commit

 

History

4 提交

Folders and files

NameName
Last commit message
Last commit date
 
 

仓库 files navigation

Post-Install Scripts for Ubuntu

Ubuntu 20.04 LTS

sudo apt-get -y install git &&
(cd ~/.local &&
git init &&
(git remote add joaocgreis/post-install https://github.com/joaocgreis/post-install.git || true) &&
git fetch joaocgreis/post-install &&
git checkout -B ubuntu_20.04 joaocgreis/post-install/ubuntu_20.04 &&
git reset --hard &&
cd scripts &&
sudo -H ./root_base.sh &&
ansible-playbook -v base.yml) &&
echo '========== SUCCESS =========='

Ubuntu 18.04 LTS

sudo apt-get -y install git &&
(cd ~/.local &&
git init &&
(git remote add joaocgreis/post-install https://github.com/joaocgreis/post-install.git || true) &&
git fetch joaocgreis/post-install &&
git checkout -B ubuntu_18.04 joaocgreis/post-install/ubuntu_18.04 &&
git reset --hard &&
cd scripts &&
sudo -H ./root_base.sh &&
ansible-playbook -v base.yml) &&
echo '========== SUCCESS =========='

关于

Scripts to execute after installing Ubuntu

Resources

Stars

1 star

关注者

1 watching

复刻s

发布

贡献者