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
1111
1212 sudo add-apt-repository universe -y
1313 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
1515
1616 sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
1717 sudo usermod -aG docker ubuntu
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if [ ! -f "$FILE" ]; then
1212
1313 sudo add-apt-repository universe -y
1414 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
1616
1717 sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
1818 sudo usermod -aG docker ubuntu
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if [ ! -f "$FILE" ]; then
1212
1313 sudo add-apt-repository universe -y
1414 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
1616
1717 sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
1818 sudo usermod -aG docker ubuntu
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if [ ! -f "$FILE" ]; then
1212
1313 sudo add-apt-repository universe -y
1414 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
1616
1717 sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
1818 sudo usermod -aG docker ubuntu
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if [ ! -f "$FILE" ]; then
1212
1313 sudo add-apt-repository universe -y
1414 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
1616
1717 sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
1818 sudo usermod -aG docker ubuntu
You can’t perform that action at this time.
0 commit comments