We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 970f9c5 + e21a1ab commit 755d4bdCopy full SHA for 755d4bd
live-build/hooks/400-create-apt-get-warning.binary
@@ -8,6 +8,7 @@ mkdir -p $PREFIX/usr/local/bin
8
cat >$PREFIX/usr/local/bin/no-apt <<EOF
9
#!/bin/sh
10
echo "Ubuntu Core does not use apt-get, see 'snap --help'!"
11
+exit 1
12
EOF
13
chmod 755 $PREFIX/usr/local/bin/no-apt
14
0 commit comments