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

مشکل نصب در سرورهای ایرانی #70

Open
internetchk opened this issue May 16, 2023 · 1 comment
Open

مشکل نصب در سرورهای ایرانی #70

internetchk opened this issue May 16, 2023 · 1 comment

Comments

@internetchk
Copy link

سلام
برای نصب در سرورهای ایرانی خطای resolution name دارم ، آیا امکان پذیر هست این مورد رو حل کنید؟

sudo curl https://raw.githubusercontent.com/malkemit/namizun/master/else/setup.sh | sudo bash
sudo: unable to resolve host My server Ip : Temporary failure in name resolution
sudo: unable to resolve host My server Ip: Temporary failure in name resolution
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: raw.githubusercontent.com

@hawshemi
Copy link

hawshemi commented Jun 14, 2023

قبل از نصب این دستورات رو بزنید. شاید مشکل DNS دارید:

Ubuntu & Debian:

sudo echo 'nameserver 8.8.8.8' >> /etc/sysctl.conf && sudo echo 'nameserver 8.8.4.4' >> /etc/sysctl.conf && sudo apt clean && sudo apt autoclean && sudo apt update && sudo apt -y upgrade

CentOS & Fedora:

sudo echo 'nameserver 8.8.8.8' >> /etc/sysctl.conf && sudo echo 'nameserver 8.8.4.4' >> /etc/sysctl.conf && sudo dnf -y clean all && sudo dnf -y upgrade

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

No branches or pull requests

2 participants