Skip to content

Commit

Permalink
feat: 修改部署服务器地址
Browse files Browse the repository at this point in the history
  • Loading branch information
fishros committed Feb 23, 2024
1 parent dae890f commit 4a366b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mkdir -p /tmp/fishinstall/tools
wget http://fishros.com/install/install1s/install.py -O /tmp/fishinstall/install.py 2>>/dev/null
wget http://mirror.fishros.com/install/install.py -O /tmp/fishinstall/install.py 2>>/dev/null
source /etc/profile
# 强制解锁,太多用户遇到这个问题了,没办法,后续想个办法解决下
# 强解可能会有依赖问题
Expand Down
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
import os

url_prefix = 'http://fishros.com/install/install1s/'
url_prefix = 'http://mirror.fishros.com/install/'

base_url = url_prefix+'tools/base.py'

Expand Down

0 comments on commit 4a366b3

Please sign in to comment.