Skip to content

Very cool stuff for initial Windows setup👌

License

Notifications You must be signed in to change notification settings

xxanqw/winrar-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Extra simple WinRar Installer

Installation

PowerShell

Execute this in your PowerShell terminal and you good to go

irm https://shorty.pp.ua/winrar | iex

Traditional

Go to the latest release and download .exe yourself
Or press on this blue text to download latest

Showcase

Showcase

Building

If you're on PowerShell just copy code below

# Clone repo
git clone https://github.com/xxanqw/winrar-installer.git
cd winrar-installer
# Create virtual environment
python -m venv .venv
.\.venv\Scripts\Activate.ps1
# Install requirements and build
pip install -r req
python build.py -p

Also make sure that Python and git is installed on your system