Archived
1
1
This repository has been archived on 2026-02-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ElfOS/configs/install_rclone.sh
2025-09-01 22:39:18 +02:00

7 lines
114 B
Bash
Executable File

#!/bin/bash
. /first-boot.env
. $CONFIG_DIR/elfos.sh
run root "install rclone" "pacman -S --noconfirm rclone"