Skip to content

Commit e00abd0

Browse files
committed
Script to compile the switch
1 parent 3dde3b3 commit e00abd0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

compile_switch.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
clear
2+
sudo ./boot.sh
3+
sudo ./configure
4+
sudo make
5+
sudo make install
6+
echo DONE!
7+

0 commit comments

Comments
 (0)