mirror of
https://github.com/Pakobbix/passive-income.git
synced 2025-11-09 14:59:40 +00:00
Fixed Unraid LXC RID creation
This commit is contained in:
parent
3a5b5fd006
commit
580ee1e4bb
@ -187,7 +187,7 @@ else
|
||||
# EarnApp Einrichtung #
|
||||
#######################
|
||||
EarnAPP)
|
||||
wget -qO- https://brightdata.com/static/earnapp/install.sh >/tmp/earnapp.sh && echo "yes" | sudo bash /tmp/earnapp.sh
|
||||
wget -qO- https://brightdata.com/static/earnapp/install.sh >/tmp/earnapp.sh
|
||||
RandomID=$(tr -dc A-Za-z0-9 </dev/urandom | head -c 32 ; echo '')
|
||||
chmod +x /tmp/earnapp.sh
|
||||
sed -i "s/RID=.*/RID=$RandomID/g"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user