-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrunSetup.sh
More file actions
18 lines (16 loc) · 787 Bytes
/
Copy pathrunSetup.sh
File metadata and controls
18 lines (16 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
wget https://raw.githubusercontent.com/SathishMSFT/InitScripts/main/go.sh
wget https://raw.githubusercontent.com/SathishMSFT/InitScripts/main/docker.sh
wget https://raw.githubusercontent.com/SathishMSFT/InitScripts/main/kubectl.sh
wget https://raw.githubusercontent.com/SathishMSFT/InitScripts/main/helmSpecific.sh
wget https://raw.githubusercontent.com/SathishMSFT/InitScripts/main/kubebuilder.sh
wget https://raw.githubusercontent.com/SathishMSFT/InitScripts/main/kustomize.sh
wget https://raw.githubusercontent.com/SathishMSFT/InitScripts/main/screen.sh
wget https://raw.githubusercontent.com/SathishMSFT/InitScripts/main/ohmyposh.sh
sh ./go.sh
sh ./docker.sh
sh ./kubectl.sh
sh ./helmSpecific.sh
sh ./kubebuilder.sh
sh ./kustomize.sh
sh ./screen.sh
sh ./ohmyposh.sh