config update, oops

This commit is contained in:
2017-04-11 08:09:50 -04:00
parent ac7bfa7320
commit eec74f16e6
9 changed files with 128 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
distro = 'arch'
pybin = '/usr/bin/python'
script['pre'] = """#!/bin/bash
touch /root/BDISK
"""
script['post'] = """#!/bin/bash
rm -f /root/BDISK
"""
pkg['pre'] = ['pacman', '-Syyy']
pkg['install'] = ['apacman', '-S', '%PKG%']
pkg['check'] = ['pacman', '-Q', '%PKG']