Skip to content

Commit d3d6bb0

Browse files
committed
update: aurorav16
1 parent 6909ae1 commit d3d6bb0

File tree

5 files changed

+52
-165
lines changed

5 files changed

+52
-165
lines changed

README.md

Lines changed: 2 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -84,50 +84,8 @@ Getting started with optimizing your PC with Aurora is easy:
8484
If you encounter any issues or have suggestions for improvements, please create an *issue*. Collaboration is essential to enhance Aurora and make it even more amazing.
8585

8686
## installation methods
87-
You can see the [changelog here](https://github.com/azurejoga/Aurora-Windows-Optimizer/blob/aurora/changelog.md)
88-
89-
90-
To install Aurora, Windows Optimizer
91-
There are 4 installation methods.
92-
93-
94-
## download in powershell
95-
There are two ways to download aurora via powershell
96-
1. [in powershell gallery](https://www.powershellgallery.com/packages/aurora/15.0)
97-
* to install do the following
98-
* open powershell and paste or / type the command
99-
```
100-
Install-Script -Name aurora
101-
```
102-
* then type
103-
```
104-
Aurora
105-
```
106-
The aurora installer will start and you must choose a directory and click install
107-
108-
2. Install with one command
109-
* open powershell and paste or / type the following command
110-
```
111-
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Unrestricted -Force; Invoke-Expression (Invoke-WebRequest -Uri "https://github.com/azurejoga/Aurora-Windows-Optimizer/raw/aurora/installer.ps1" -UseBasicParsing).Content
112-
```
113-
# download from chocolatey.
114-
115-
```
116-
choco install aurora-windows-optimizer --version=13.0.0
117-
```
118-
119-
Follow the on-screen instructions, choose the folder and click install
120-
# download the zip below
121-
122-
123-
Start your journey to a more powerful and efficient PC. Download Aurora for Windows 11 and Windows 10 now:
124-
125-
126-
- **SHA-256: ZIP VERSION** 8a2a97b1ee70674a5d7571d4c8985de3fa8270ad5532517a4dc3f502dbef1aab
127-
128-
129-
[Download Aurora, Windows Optimizer, ZIP version](https://github.com/azurejoga/Aurora-Windows-Optimizer/releases/download/aurora16/aurora-windows-optimizer.zip)
130-
87+
* You can see the [changelog here](https://github.com/azurejoga/Aurora-Windows-Optimizer/blob/aurora/changelog.md)
88+
* you can see the installation methods [here](https://github.com/azurejoga/Aurora-Windows-Optimizer/blob/aurora/instalation.md)
13189

13290
# Thank you for choosing Aurora to elevate your PC's performance to unprecedented levels! 💪✨
13391

aurora-install.cr

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Função para executar comandos com privilégios de administrador
2+
def run_as_admin(command : String)
3+
# Constrói o comando completo para ser executado com o PowerShell
4+
ps_command = "powershell.exe -NoProfile -ExecutionPolicy Bypass -Command \"#{command}\""
5+
6+
# Executa o comando com privilégios de administrador
7+
system(ps_command)
8+
end
9+
10+
# Comando para instalar o script Aurora no PowerShell
11+
install_command = "Install-Script -Name aurora"
12+
13+
# Comando para executar o script Aurora após a instalação
14+
execute_command = "aurora"
15+
16+
# Instala o script Aurora
17+
run_as_admin(install_command)
18+
19+
# Aguarda um momento para garantir que a instalação seja concluída antes de executar o script
20+
sleep 1
21+
22+
# Executa o script Aurora com permissões elevadas
23+
run_as_admin(execute_command)

instalation.md

Lines changed: 21 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,42 @@
1-
## installation methods
1+
## Installation Methods
2+
23
You can see the [changelog here](https://github.com/azurejoga/Aurora-Windows-Optimizer/blob/aurora/changelog.md)
34

5+
To install Aurora, Windows Optimizer, there are 4 installation methods.
46

5-
To install Aurora, Windows Optimizer
6-
There are 4 installation methods.
7+
### Download in PowerShell
78

9+
#### 1. Download from PowerShell Gallery
810

9-
## download in powershell
10-
There are two ways to download aurora via powershell
11-
1. [in powershell gallery](https://www.powershellgallery.com/packages/aurora/15.0)
12-
* to install do the following
13-
* open powershell and paste or / type the command
14-
```
11+
To install, open PowerShell and paste or type the following commands:
12+
13+
```powershell
1514
Install-Script -Name aurora
16-
```
17-
* then type
18-
```
1915
Aurora
2016
```
21-
The aurora installer will start and you must choose a directory and click install
2217

23-
2. Install with one command
24-
* open powershell and paste or / type the following command
25-
```
18+
The Aurora installer will start, where you must choose a directory and click install.
19+
20+
#### 2. Install with One Command
21+
22+
Open PowerShell and paste or type the following command:
23+
24+
```powershell
2625
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Unrestricted -Force; Invoke-Expression (Invoke-WebRequest -Uri "https://github.com/azurejoga/Aurora-Windows-Optimizer/raw/aurora/installer.ps1" -UseBasicParsing).Content
2726
```
28-
# download from chocolatey.
2927

30-
```
28+
### Download from Chocolatey
29+
30+
```powershell
3131
choco install aurora-windows-optimizer --version=13.0.0
3232
```
3333

34-
Follow the on-screen instructions, choose the folder and click install
35-
# download the zip below
34+
Follow the on-screen instructions, choose the folder, and click install.
3635

36+
### Download the ZIP
3737

3838
Start your journey to a more powerful and efficient PC. Download Aurora for Windows 11 and Windows 10 now:
3939

40-
4140
- **SHA-256: ZIP VERSION** 8a2a97b1ee70674a5d7571d4c8985de3fa8270ad5532517a4dc3f502dbef1aab
4241

43-
44-
[Download Aurora, Windows Optimizer, ZIP version](https://github.com/azurejoga/Aurora-Windows-Optimizer/releases/download/aurora16/aurora-windows-optimizer.zip)
45-
46-
42+
[Download Aurora, Windows Optimizer, ZIP version](https://github.com/azurejoga/Aurora-Windows-Optimizer/releases/download/aurora16/aurora-windows-optimizer.zip)

readme-pt-br.md

Lines changed: 3 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -87,53 +87,9 @@ Começar a otimizar seu PC com Aurora é fácil:
8787

8888
Se você encontrar algum problema ou tiver sugestões de melhorias, crie um *Issue*. A colaboração é essencial para valorizar Aurora e torná-la ainda mais incrível.
8989

90-
## métodos de instalação
91-
Você pode ver o [log de alterações aqui](https://github.com/azurejoga/Aurora-Windows-Optimizer/blob/aurora/changelog.md)
92-
93-
94-
Para instalar o Aurora, Windows Optimizer
95-
Existem 4 métodos de instalação.
96-
97-
98-
## baixe no powershell
99-
Existem duas maneiras para baixar o aurora via powershell
100-
1. [na galeria do powershell](https://www.powershellgallery.com/packages/aurora/15.0)
101-
* para instalar faça o seguinte
102-
* abra o powershell e cole ou / digite o comando
103-
```
104-
Install-Script -Name aurora
105-
```
106-
* depois, digite
107-
```
108-
aurora
109-
```
110-
O instalador do aurora irá iniciar e você deve escolher um dieretório e clicar em install
111-
112-
2. Instale com um comando
113-
* abra o powershell e cole ou / digite o seguinte comando
114-
```
115-
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Unrestricted -Force; Invoke-Expression (Invoke-WebRequest -Uri "https://github.com/azurejoga/Aurora-Windows-Optimizer/raw/aurora/installer.ps1" -UseBasicParsing).Content
116-
```
117-
118-
## baixe do chocolatey.
119-
120-
```
121-
choco install aurora-windows-optimizer --version=13.0.0
122-
```
123-
124-
Siga as instruções na tela, escolha a pasta e clique em instalar
125-
126-
127-
## baixe o zip abaixo
128-
129-
Comece sua jornada para um PC mais potente e eficiente. Baixe Aurora para Windows 11 e Windows 10 agora:
130-
131-
132-
- **SHA-256: ZIP VERSION** 8a2a97b1ee70674a5d7571d4c8985de3fa8270ad5532517a4dc3f502dbef1aab
133-
134-
135-
[Baixar Aurora, Windows Optimizer, versão ZIP](https://github.com/azurejoga/Aurora-Windows-Optimizer/releases/download/aurora16/aurora-windows-optimizer.zip)
136-
90+
## installation methods
91+
* Você pode ver o [changelog aqui](https://github.com/azurejoga/Aurora-Windows-Optimizer/blob/aurora/changelog.md)
92+
* você pode ver os métodos de instalação [aqui](https://github.com/azurejoga/Aurora-Windows-Optimizer/blob/aurora/instalation.md)
13793

13894
# Obrigado por escolher o Aurora para elevar o desempenho do seu PC a níveis sem precedentes! 💪✨
13995

readme_es.md

Lines changed: 3 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -88,54 +88,8 @@ Comenzar a optimizar su PC con Aurora es fácil:
8888

8989
Si encuentra algún problema o tiene sugerencias para mejorar, cree un *Issue*. La colaboración es fundamental para valorar Aurora y hacerla aún más increíble.
9090

91-
## métodos de instalación
92-
Puede ver el [registro de cambios aquí](https://github.com/azurejoga/Aurora-Windows-Optimizer/blob/aurora/changelog.md)
93-
94-
95-
Para instalar Aurora, Optimizador de Windows
96-
Hay 4 métodos de instalación.
97-
98-
99-
## descargar en powershell
100-
Hay dos formas de descargar aurora a través de powershell
101-
1. [en la galería de PowerShell](https://www.powershellgallery.com/packages/aurora/15.0)
102-
* para instalar haga lo siguiente
103-
* abra powershell y pegue o escriba el comando
104-
```
105-
Install-Script -Name aurora
106-
```
107-
* luego escribe
108-
```
109-
aurora
110-
```
111-
Se iniciará el instalador de aurora y deberás elegir un directorio y hacer clic en instalar.
112-
113-
2. Instalar con un comando
114-
* abra powershell y pegue o escriba el siguiente comando
115-
```
116-
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Unrestricted -Force; Invoke-Expression (Invoke-WebRequest -Uri "https://github.com/azurejoga/Aurora-Windows-Optimizer/raw/aurora/installer.ps1" -UseBasicParsing).Content
117-
```
118-
119-
## descargar desde chocolatey.
120-
121-
```
122-
choco install aurora-windows-optimizer --version=13.0.0
123-
```
124-
125-
Siga las instrucciones en pantalla, elija la carpeta y haga clic en instalar
126-
127-
128-
## descarga el zip a continuación
129-
130-
Comience su viaje hacia una PC más potente y eficiente. Descargue Aurora para Windows 11 y Windows 10 ahora:
131-
132-
133-
- **SHA-256: ZIP VERSION** 8a2a97b1ee70674a5d7571d4c8985de3fa8270ad5532517a4dc3f502dbef1aab
134-
135-
136-
[Descargar Aurora, Windows Optimizer, versión ZIP](https://github.com/azurejoga/Aurora-Windows-Optimizer/releases/download/aurora16/aurora-windows-optimizer.zip)
137-
138-
139-
# ¡Gracias por elegir Aurora para llevar el rendimiento de su PC a niveles sin precedentes! 💪✨
91+
## Métodos de Instalación
92+
* Puedes ver el [registro de cambios aquí](https://github.com/azurejoga/Aurora-Windows-Optimizer/blob/aurora/changelog.md)
93+
* Puedes ver los métodos de instalación [aquí](https://github.com/azurejoga/Aurora-Windows-Optimizer/blob/aurora/instalation.md)# ¡Gracias por elegir Aurora para llevar el rendimiento de su PC a niveles sin precedentes! 💪✨
14094

14195
# Licenciado bajo la licencia MIT

0 commit comments

Comments
 (0)