From 381e7f4ded00e73f65a2c5171eb3e7d881b5d315 Mon Sep 17 00:00:00 2001 From: USER Date: Tue, 4 Apr 2023 20:57:36 +0100 Subject: [PATCH] . --- SynoConfig.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 SynoConfig.sh diff --git a/SynoConfig.sh b/SynoConfig.sh new file mode 100644 index 0000000..6c16e47 --- /dev/null +++ b/SynoConfig.sh @@ -0,0 +1,10 @@ +#!/bin/sh +/usr/syno/bin/synopkg install_from_server py3k +/usr/syno/bin/synopkg install_from_server Docker #(sometimes need to manually install) + +cd ~ +curl -k https://bootstrap.pypa.io/get-pip.py | python3 +echo -e '\nexport PATH="~/.local/bin:/var/packages/py3k/target/usr/local/bin:$PATH"' | tee -a ~/.profile +. .profile +pip install ansible requests +pip3 install ansible requests \ No newline at end of file