Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
df5e7733d6
1 changed files with 20 additions and 0 deletions
20
multipass.yml
Normal file
20
multipass.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Maintainer: Zachary Klosko (kloskoz@vcu.edu)
|
||||
|
||||
hostname: libretimeTest
|
||||
timezone: America/New York # change as needed
|
||||
ntp:
|
||||
pools: ['north-america.pool.ntp.org']
|
||||
servers: ['0.north-america.pool.ntp.org', '0.pool.ntp.org']
|
||||
|
||||
password: hackme
|
||||
chpasswd: { expire: False }
|
||||
|
||||
packages:
|
||||
- git
|
||||
apt_update: true
|
||||
apt_upgrade: true
|
||||
|
||||
# Clone repo on init (Change repo url if needed)
|
||||
# If you need to clone a branch, use git clone --branch branchname repourl
|
||||
runcmd:
|
||||
- git clone https://github.com/LibreTime/libretime.git
|
Loading…
Add table
Add a link
Reference in a new issue