Files
puppet-sabayon/tasks/update.sh
2019-05-14 19:17:06 +01:00

8 lines
113 B
Bash

#!/bin/sh
if [ ! -z "${PT_repo}" ]; then
/usr/bin/equo update "${PT_repo}"
else
/usr/bin/equo update
fi