File tree Expand file tree Collapse file tree 7 files changed +16
-22
lines changed Expand file tree Collapse file tree 7 files changed +16
-22
lines changed Original file line number Diff line number Diff line change 1
-
2
- # https://kind.sigs.k8s.io/docs/user/quick-start/#installing-with-a-package-manager
3
-
4
- # Cloning into '/home/mvim/.phpenv/plugins/php-build'...
5
- how do i revert bad apt repos???
6
- . Better logging
7
- . Fedora
8
- . README
9
- . Docs
10
- . Creds
11
- . Do an audit
1
+ . new server
2
+ . fedora impl
3
+ . README/docs
4
+ . push
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ unit["AWS_CLI"]="/usr/local/bin/aws"
39
39
unit[" Azure_CLI" ]=" /usr/bin/az"
40
40
unit[" Google_Cloud_CLI" ]=" /snap/bin/gcloud"
41
41
unit[" Digital_Ocean_CLI" ]=" /snap/bin/doctl"
42
- # unit["Kubernetes_Kind"]=""
42
+ unit[" Kubernetes_Kind" ]=" /usr/local/bin/kind "
43
43
unit[" Kubectl" ]=" /usr/bin/kubectl"
44
44
unit[" Helm" ]=" /snap/bin/helm"
45
45
unit[" Terraform" ]=" /snap/bin/terraform"
@@ -135,8 +135,8 @@ unit["Meld"]="/usr/bin/meld"
135
135
136
136
137
137
# # PHP
138
- unit[" PHP" ]=" "
139
- unit[" Composer" ]=" "
138
+ unit[" PHP" ]=" /usr/bin/php "
139
+ unit[" Composer" ]=" /usr/local/bin/composer "
140
140
unit[" phpenv" ]=" $HOME /.phpenv/bin/phpenv"
141
141
unit[" PhpStorm" ]=" /snap/bin/phpstorm"
142
142
unit[" VSCode_PHP" ]=" $HOME /.vscode/extensions/%php%"
Original file line number Diff line number Diff line change @@ -6,8 +6,5 @@ git clone https://github.com/phpenv/phpenv.git ~/.phpenv
6
6
7
7
echo ' export PATH="$HOME/.phpenv/bin:$PATH"' >> ~ /.bashrc
8
8
echo ' eval "$(phpenv init -)"' >> ~ /.bashrc
9
- source ~ /.bashrc
10
9
11
- # plugins
12
- git clone https://github.com/phpenv/php-build.git ~ /.phpenv/plugins/php-build
13
- git clone https://github.com/CHH/phpenv-composer.git ~ /.phpenv/plugins/phpenv-composer
10
+ source ~ /.bashrc
File renamed without changes.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ sys_check /usr/local/bin/kind && exit 0
4
+
5
+ sudo curl -Lo /usr/local/bin/kind https://kind.sigs.k8s.io/dl/v0.11.1/kind-linux-amd64
6
+
7
+ sudo chmod +x /usr/local/bin/kind
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- sudo apt-get install -y php8.2
3
+ sudo apt-get install -y php8.1
You can’t perform that action at this time.
0 commit comments