File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ if [ ! -f "$FILE" ]; then
11
11
12
12
sudo add-apt-repository universe -y
13
13
sudo add-apt-repository ppa:git-core/ppa -y
14
- sudo apt update && sudo apt-get install -y software-properties-common build-essential git
14
+ sudo apt update && sudo apt-get install -y software-properties-common build-essential git acpid
15
15
16
16
sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
17
17
sudo usermod -aG docker ubuntu
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if [ ! -f "$FILE" ]; then
12
12
13
13
sudo add-apt-repository universe -y
14
14
sudo add-apt-repository ppa:git-core/ppa -y
15
- sudo apt update && sudo apt-get install -y software-properties-common build-essential git
15
+ sudo apt update && sudo apt-get install -y software-properties-common build-essential git acpid
16
16
17
17
sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
18
18
sudo usermod -aG docker ubuntu
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if [ ! -f "$FILE" ]; then
12
12
13
13
sudo add-apt-repository universe -y
14
14
sudo add-apt-repository ppa:git-core/ppa -y
15
- sudo apt update && sudo apt-get install -y software-properties-common build-essential git
15
+ sudo apt update && sudo apt-get install -y software-properties-common build-essential git acpid
16
16
17
17
sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
18
18
sudo usermod -aG docker ubuntu
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if [ ! -f "$FILE" ]; then
12
12
13
13
sudo add-apt-repository universe -y
14
14
sudo add-apt-repository ppa:git-core/ppa -y
15
- sudo apt update && sudo apt-get install -y software-properties-common build-essential git
15
+ sudo apt update && sudo apt-get install -y software-properties-common build-essential git acpid
16
16
17
17
sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
18
18
sudo usermod -aG docker ubuntu
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if [ ! -f "$FILE" ]; then
12
12
13
13
sudo add-apt-repository universe -y
14
14
sudo add-apt-repository ppa:git-core/ppa -y
15
- sudo apt update && sudo apt-get install -y software-properties-common build-essential git
15
+ sudo apt update && sudo apt-get install -y software-properties-common build-essential git acpid
16
16
17
17
sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
18
18
sudo usermod -aG docker ubuntu
You can’t perform that action at this time.
0 commit comments