Skip to content

Commit

Permalink
Fix fuse-archive path
Browse files Browse the repository at this point in the history
  • Loading branch information
LindirQuenya committed Jul 14, 2022
1 parent 7f12ec1 commit ae35aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tar -xvf /tmp/vendor.tar -C /var/www/localhost --exclude='vendor/silexlabs/amfph
git clone https://github.com/google/fuse-archive.git /tmp/fuse-archive
cd /tmp/fuse-archive
mkdir -p '/usr/local/sbin'
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"

# Install fpmountd
wget -O "/usr/local/bin/fpmountd" "https://github.com/FlashpointProject/flashpointvm-mount-daemon/releases/download/e669fd4/flashpointvm-mount-daemon_i686-unknown-linux-musl_qemu"
Expand Down

0 comments on commit ae35aab

Please sign in to comment.