Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
provision
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
provision
Commits
fe6fda3b
Commit
fe6fda3b
authored
Feb 19, 2019
by
helmo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prepare stable ci install script for buster
parent
b082b72f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
scripts/ci-aegir-stable-install-apt-debian10.sh
scripts/ci-aegir-stable-install-apt-debian10.sh
+28
-0
No files found.
scripts/ci-aegir-stable-install-apt-debian10.sh
0 → 100644
View file @
fe6fda3b
#
# Install Aegir debian packages located in the projects stable repository.
#
# This script is tuned for Debian 10 - Buster
#
sudo
apt-get
install
--yes
wget
sudo
wget
-O
/usr/share/keyrings/aegir-archive-keyring.gpg https://debian.aegirproject.org/aegir-archive-keyring.gpg
echo
"deb [signed-by=/usr/share/keyrings/aegir-archive-keyring.gpg] https://debian.aegirproject.org stable main"
|
sudo tee
-a
/etc/apt/sources.list.d/aegir-stable.list
sudo
apt-get update
#echo "debconf debconf/frontend select Noninteractive" | debconf-set-selections
sudo
apt-get
install
--yes
mariadb-server
sudo
/usr/bin/mysql
-e
"GRANT ALL ON *.* TO 'aegir_root'@'localhost' IDENTIFIED BY 'PASSWORD' WITH GRANT OPTION"
debconf-set-selections
<<
EOF
aegir3-hostmaster aegir/email string aegir@example.com
aegir3-hostmaster aegir/site string aegir.example.com
postfix postfix/main_mailer_type select Local only
EOF
sudo
DPKG_DEBUG
=
developer apt-get
install
--yes
aegir3
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment