Skip to content

yggdrion/bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

bootstrap

#!/bin/bash
apt update >> /var/log/bootstrap.log 2>&1;
apt install -y git >> /var/log/bootstrap.log 2>&1;
git clone https://github.com/r4b2/bootstrap.git /opt/bootstrap >> /var/log/bootstrap.log 2>&1;
bash /opt/bootstrap/basic.sh >> /var/log/bootstrap.log 2>&1;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published