File split

This commit is contained in:
2020-02-20 21:16:11 +00:00
parent 1637170bce
commit 49d3b0f064
3 changed files with 4 additions and 3 deletions

3
install/apt.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
sudo apt-get update
sudo apt-get upgrade -y

View File

@@ -9,9 +9,6 @@ ln -s /mnt/c/git ~/git
# # # shell # # # shell
# apt # apt
sudo apt-get update
sudo apt-get upgrade -y
# brew # brew
yes '' | sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)" yes '' | sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"
echo 'eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)' >>~/.profile echo 'eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)' >>~/.profile

1
setup.sh Normal file
View File

@@ -0,0 +1 @@
#!/bin/bash