Fix
This commit is contained in:
parent
75ffecbfb6
commit
28027b31ab
@ -41,7 +41,6 @@ PACKAGES=(
|
||||
zoxide stow
|
||||
bind nmap socat tcpdump net-tools
|
||||
strace gdb hexyl
|
||||
rclone
|
||||
)
|
||||
|
||||
FINAL_LIST=""
|
||||
@ -107,6 +106,11 @@ mkdir -p "$HOME/.local/bin"
|
||||
cp -f "$REPO_ROOT/bin/"* "$HOME/.local/bin/"
|
||||
chmod +x "$HOME/.local/bin/"*
|
||||
|
||||
if ! command -v rclone &> /dev/null; then
|
||||
echo -e "${BLUE} LOG:${YELLOW} Installing Rclone (Latest)...${NC}"
|
||||
curl https://rclone.org/install.sh | sudo bash
|
||||
fi
|
||||
|
||||
# 3. Docker Installation
|
||||
if command -v docker &> /dev/null; then
|
||||
echo -e "${GREEN} LOG: Docker is already installed.${NC}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user