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.
tar
1 parent a36e3e0 commit e165be2Copy full SHA for e165be2
app/views/includes/sanity.scala.txt
@@ -43,6 +43,18 @@ if ! command -v zip > /dev/null; then
43
exit 1
44
fi
45
46
+echo "Looking for tar..."
47
+if ! command -v tar > /dev/null; then
48
+ echo "Not found."
49
+ echo "======================================================================================================"
50
+ echo " Please install tar on your system using your favourite package manager."
51
+ echo ""
52
+ echo " Restart after installing tar."
53
54
55
+ exit 1
56
+fi
57
+
58
echo "Looking for curl..."
59
if ! command -v curl > /dev/null; then
60
echo "Not found."
@@ -84,4 +96,4 @@ else
84
96
echo ""
85
97
86
98
87
-fi
99
0 commit comments