We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df7594 commit 92e607dCopy full SHA for 92e607d
snap/hooks/configure
@@ -0,0 +1,11 @@
1
+#!/bin/bash
2
+
3
+set -e -u
4
5
+if ! snapctl is-connected docker-executables; then
6
+ echo "Please run"
7
+ echo
8
+ echo "snap connect ebuildtester:docker-executables docker:docker-executables"
9
10
+ echo "in order to use the ebuildtester command."
11
+fi
0 commit comments