Compare commits
2 Commits
c1bc0d8940
...
907a02bebc
| Author | SHA1 | Date | |
|---|---|---|---|
| 907a02bebc | |||
| bc106935e4 |
@@ -6,20 +6,21 @@
|
|||||||
# bash <( curl https://charlesreid1.com:3000/dotfiles/cloud-init/raw/master/linode/deploy_charlesreid1.com )
|
# bash <( curl https://charlesreid1.com:3000/dotfiles/cloud-init/raw/master/linode/deploy_charlesreid1.com )
|
||||||
|
|
||||||
# first things first
|
# first things first
|
||||||
|
apt-get update
|
||||||
apt-get install -y git
|
apt-get install -y git
|
||||||
|
|
||||||
cd ~
|
cd $HOME
|
||||||
(
|
|
||||||
mkdir codes
|
|
||||||
cd codes
|
|
||||||
|
|
||||||
(
|
mkdir -p $HOME/codes
|
||||||
mkdir dotfiles
|
cd $HOME/codes
|
||||||
cd dotfiles
|
|
||||||
|
mkdir -p $HOME/codes/dotfiles
|
||||||
|
cd $HOME/codes/dotfiles
|
||||||
|
|
||||||
git clone https://charlesreid1.com:3000/dotfiles/debian.git
|
git clone https://charlesreid1.com:3000/dotfiles/debian.git
|
||||||
(
|
|
||||||
cd debian
|
cd $HOME/codes/dotfiles/debian
|
||||||
|
|
||||||
./pre_bootstrap.sh
|
./pre_bootstrap.sh
|
||||||
./make_user_charles.sh
|
./make_user_charles.sh
|
||||||
./bootstrap.sh -f
|
./bootstrap.sh -f
|
||||||
@@ -29,7 +30,3 @@ cd debian
|
|||||||
./set_machine_name.sh krash
|
./set_machine_name.sh krash
|
||||||
|
|
||||||
sudo -H -i -u charles ./charles_tasks.sh
|
sudo -H -i -u charles ./charles_tasks.sh
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user