summaryrefslogtreecommitdiff
path: root/templates/system/package/repository/node.def
blob: 7dc48a3d2ac6b14df3ecbb81345fadf37add9840 (plain)
1
2
3
4
5
6
7
8
tag:
type: txt
help: Name describing the repository
update:expression: "sudo sh -c \"touch /etc/apt/sources.list && \
sed -i '\\!# $VAR(@) #!d' /etc/apt/sources.list && \
echo \\\"deb $VAR(url/@)/ $VAR(distribution/@) $VAR(components/@) # $VAR(@) #\\\" >> /etc/apt/sources.list\" "
delete:expression: "sudo sh -c \"touch /etc/apt/sources.list && \
sed -i '\\!# $VAR(@) #!d' /etc/apt/sources.list\" "