mirror of
https://github.com/Sneed-Group/maxs-titus-overlay
synced 2024-12-23 11:12:27 -06:00
13 lines
No EOL
316 B
Batchfile
13 lines
No EOL
316 B
Batchfile
@echo off
|
|
cd /D "%~dp0"
|
|
color 0a
|
|
title [Laptop] Sams Chris Titus Overlay
|
|
|
|
echo Doing common stuff...
|
|
powershell -command "irm 'http://nodemixaholic.com:3002/nodemixaholic/sams-christutus-overlay/raw/branch/main/common-stream.ps1' | iex"
|
|
|
|
echo Installing apps fron winget config file....
|
|
wingetl.bat
|
|
|
|
echo Done.
|
|
pause |