Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We forked FastCP #18

Open
MalteKiefer opened this issue Aug 27, 2022 · 2 comments
Open

We forked FastCP #18

MalteKiefer opened this issue Aug 27, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@MalteKiefer
Copy link
Contributor

MalteKiefer commented Aug 27, 2022

Describe the feature Request

Since there was no really an update for over an year, we fork it and started today with a new name and started to create more features and new style.
We will update the requirements and integrate more features.

https://github.com/FastCP

Maybe you will find the time to contribute or help us.
Thanks

Malte

@MalteKiefer MalteKiefer added the enhancement New feature or request label Aug 27, 2022
@mrjk990
Copy link

mrjk990 commented Oct 21, 2023

https://github.com/FastCP return 404 !!
, i need https://fastcp.org/latest.sh file if u have it please

@ScriptElite
Copy link

ScriptElite commented Apr 12, 2024

latest.sh

while [ ! -z "`ps -e | grep 'apt\|dpkg'`" ]; do echo "Waiting for apt or dpkg to exit."; sleep 6; done && \
sudo apt-get update && sudo apt-get -y install software-properties-common python3-pip python3-distro ca-certificates wget && \
pip3 install pyOpenSSL --upgrade && \
cd /home && \
HOSTNAME=$(uname -n) && \
sudo debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Internet Site'" && \
sudo debconf-set-selections <<< "postfix postfix/mailname string $HOSTNAME" && \
sudo wget -nv -O /usr/bin/fastcp-updater https://fastcp.org/fastcp-updater.py && \
sudo chmod +x /usr/bin/fastcp-updater && \
sudo wget -nv -O fastcp-installer https://fastcp.org/installer.py && \
sudo chmod +x fastcp-installer && \
sudo ./fastcp-installer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants