Skip to content

Commit 90bece3

Browse files
committed
fix(bash): edit bi/bash
1 parent 26c3bd8 commit 90bece3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/media/Installation_base/Terraform/amazon_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!bin/bash
1+
#!/bin/bash
22

33

44
sudo yum install -y yum-utils

app/media/Installation_base/Terraform/centos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!bin/bash
1+
#!/bin/bash
22

33

44
sudo yum install -y yum-utils

app/media/Installation_base/Terraform/fedora.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!bin/bash
1+
#!/bin/bash
22

33

44
sudo dnf install -y dnf-plugins-core

app/media/Installation_base/Terraform/ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!bin/bash
1+
#!/bin/bash
22

33
sudo apt-get update && sudo apt-get install -y gnupg software-properties-common
44

0 commit comments

Comments
 (0)