aboutsummaryrefslogtreecommitdiffstats
path: root/src/fgit/fgit-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/fgit/fgit-install.sh')
-rwxr-xr-xsrc/fgit/fgit-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fgit/fgit-install.sh b/src/fgit/fgit-install.sh
index 9e43559a1..1f710c688 100755
--- a/src/fgit/fgit-install.sh
+++ b/src/fgit/fgit-install.sh
@@ -6,7 +6,7 @@ set -e # exit immediately if one of the commands fails
6cd /tmp # by the time we start this, we should have a tmpfs mounted on top of /tmp 6cd /tmp # by the time we start this, we should have a tmpfs mounted on top of /tmp
7git clone --depth=1 https://www.github.com/netblue30/firejail.git 7git clone --depth=1 https://www.github.com/netblue30/firejail.git
8cd firejail 8cd firejail
9./configure 9./configure --enable-git-install
10make 10make
11sudo make install-strip 11sudo make install-strip
12echo "**********************************************************************" 12echo "**********************************************************************"