finalize beta-0.4.1

This commit is contained in:
Mukhtar Akere
2025-02-14 02:42:45 +01:00
parent 6a24c372f5
commit 325e6c912c
3 changed files with 19 additions and 30 deletions
-15
View File
@@ -1,15 +0,0 @@
#!/bin/bash
set -e
# Install FUSE and required dependencies
apt-get update
apt-get install -y --no-install-recommends fuse3
rm -rf /var/lib/apt/lists/*
# Create nonroot user and group
groupadd -r nonroot
useradd -r -g nonroot nonroot
# Create mount directory
mkdir -p /mnt/rclone
chown nonroot:nonroot /mnt/rclone