Skip to content

Commit bb47a90

Browse files
Installing
Installing
1 parent 931260a commit bb47a90

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

install.bat

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
@ECHO OFF
2+
cls
3+
title Black-Tool Installing
4+
echo
5+
echo Installing...
6+
echo
7+
start powershell Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser && Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh') && scoop install git
8+
echo
9+
echo installing ruby
10+
start chrome https://www.ruby-lang.org/en/downloads/
11+
echo
12+
echo Installing Swift
13+
start chrome https://swift.org/download/
14+
echo
15+
echo Finish...!
16+
echo
17+
PAUSE

0 commit comments

Comments
 (0)