mirror of
https://github.com/EasyTier/EasyTier.git
synced 2025-05-19 10:33:45 +00:00
fix
This commit is contained in:
@@ -9,7 +9,7 @@ echo "TARGET: $TARGET"
|
||||
echo "GUI_TARGET: $GUI_TARGET"
|
||||
echo "OS: $OS"
|
||||
|
||||
if [[ $TARGET =~ "^.*win7.*$" ]]; then
|
||||
if [[ $TARGET =~ ^.*win7.*$ ]]; then
|
||||
echo "Install For Win7"
|
||||
rustup set auto-self-update disable
|
||||
rustup toolchain install nightly
|
||||
|
||||
Reference in New Issue
Block a user