From 8d74f73843c7bc9ee9b076a6289ce97231b1c2c9 Mon Sep 17 00:00:00 2001 From: Steven Seifried Date: Sun, 9 Oct 2022 20:04:12 +0200 Subject: [PATCH] Fixing snowflake (again) --- setup_files/snowflake-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup_files/snowflake-install.sh b/setup_files/snowflake-install.sh index dcd819d..78a1cce 100644 --- a/setup_files/snowflake-install.sh +++ b/setup_files/snowflake-install.sh @@ -76,9 +76,9 @@ msg_ok "Installed Dependencies" msg_info "Install Snowflake" useradd -rm snowflake cd /home/snowflake -runuser -u snowflake --command 'git clone https://git.torproject.org/pluggable-transports/snowflake.git' +runuser --user snowflake --command 'git clone https://git.torproject.org/pluggable-transports/snowflake.git' cd /home/snowflake/snowflake -runuser -u snowflake --command 'go build' +runuser --user snowflake --command 'go build' wget https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/systemd_files/snowflake.service -O /etc/systemd/system/snowflake.service chmod 644 /etc/systemd/system/snowflake.service systemctl daemon-reload