Commit 72fd34b9 authored by Yusei Tahara's avatar Yusei Tahara

gnupg is required for apt-key.

parent 508922f1
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# You must use a machine which has at least two cpu cores. # You must use a machine which has at least two cpu cores.
set -x set -x
apt-get update apt-get update
apt-get install -y git apache2 apt-get install -y git apache2 gnupg
echo "deb http://download.opensuse.org/repositories/home:/VIFIBnexedi/Debian_11/ ./" | tee /etc/apt/sources.list.d/slapos.list echo "deb http://download.opensuse.org/repositories/home:/VIFIBnexedi/Debian_11/ ./" | tee /etc/apt/sources.list.d/slapos.list
wget -O- "https://download.opensuse.org/repositories/home:/VIFIBnexedi/Debian_11/Release.key" | apt-key add - wget -O- "https://download.opensuse.org/repositories/home:/VIFIBnexedi/Debian_11/Release.key" | apt-key add -
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment