~m-grant-prg/vm-container-utils/buster

« back to all changes in this revision

Viewing changes to src/prg/bash/lxc/lxc-update-dev.sh

  • Committer: Mark Grant
  • Date: 2020-10-01 14:28:05 UTC
  • mfrom: (1.1.2)
  • Revision ID: m.grant.prg@gmail.com-20201001142805-qb7fhgg7qrez3b9s
Merge new upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $1 is distribution $2 is container name
2
 
 
3
 
set -e
4
 
 
5
 
./lxc-deb-update.sh $1 $2 basic
6
 
 
7
 
./lxc-deb-update.sh $1 $2 dev
8