We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f12ec1 commit ae35aabCopy full SHA for ae35aab
1 file changed
setup.sh
@@ -39,7 +39,7 @@ tar -xvf /tmp/vendor.tar -C /var/www/localhost --exclude='vendor/silexlabs/amfph
39
git clone https://github.com/google/fuse-archive.git /tmp/fuse-archive
40
cd /tmp/fuse-archive
41
mkdir -p '/usr/local/sbin'
42
-g++ -O3 src/main.cc `pkg-config libarchive fuse --cflags --libs` -o /usr/local/sbin/fuse-archive
+g++ -O3 src/main.cc `pkg-config libarchive fuse --cflags --libs` -o "/usr/local/bin/fuse-archive"
43
44
# Install fpmountd
45
wget -O "/usr/local/bin/fpmountd" "https://github.com/FlashpointProject/flashpointvm-mount-daemon/releases/download/e669fd4/flashpointvm-mount-daemon_i686-unknown-linux-musl_qemu"
0 commit comments