Compare commits

...

42 commits

Author SHA1 Message Date
Olai
6c051752eb
Update CNAME 2023-09-09 23:10:54 +02:00
Olai
2ff8ece823
Update CNAME 2023-09-09 23:10:49 +02:00
Olai
da5f44ff70
Update CNAME 2023-09-09 23:05:12 +02:00
a063490557 updated 2022-10-03 15:40:19 +02:00
2c38e68a3a Merge branch 'website' of https://github.com/OlaYZen/Windows-Update into website 2022-09-21 15:54:11 +02:00
b2bc864944 1 2022-09-21 15:53:48 +02:00
OlaYZen
8eef29325c
Update CNAME 2022-09-21 10:15:30 +02:00
5eb8de0d2f Merge branch 'website' of https://github.com/OlaYZen/Windows-Update into website 2022-09-21 10:11:55 +02:00
cd721721a4 website update 2022-09-21 10:11:45 +02:00
OlaYZen
9c1828ffc3
Create CNAME 2022-09-21 09:39:56 +02:00
OlaYZen
c0568c9845
Delete CNAME 2022-09-21 09:39:53 +02:00
3c73d6ab03 web 2022-09-20 15:43:16 +02:00
OlaYZen
891df5eb8e
Update index.html 2022-09-20 15:21:02 +02:00
OlaYZen
98fb4a5807
Update CNAME 2022-09-20 15:18:15 +02:00
OlaYZen
48f678344a
Update CNAME 2022-09-20 15:18:07 +02:00
OlaYZen
52646953de
Create CNAME 2022-09-20 15:16:21 +02:00
OlaYZen
d5b1bdf268
Delete CNAME 2022-09-20 15:16:13 +02:00
OlaYZen
7ad7efe346
Create CNAME 2022-09-20 14:45:37 +02:00
OlaYZen
7e56301655
Delete CNAME 2022-09-20 14:45:19 +02:00
OlaYZen
2b3e0dffda
Create CNAME 2022-09-20 14:39:29 +02:00
OlaYZen
4e15b14e93
Delete CNAME 2022-09-20 14:39:22 +02:00
OlaYZen
2863cbca18
Update CNAME 2022-09-20 14:39:17 +02:00
OlaYZen
5b6dff175e
Update CNAME 2022-09-20 14:39:11 +02:00
OlaYZen
beb4835cbd
Create CNAME 2022-09-20 14:38:20 +02:00
OlaYZen
a9c7a73806
Delete CNAME 2022-09-20 14:38:10 +02:00
OlaYZen
65151e0226
Create CNAME 2022-09-20 14:35:05 +02:00
OlaYZen
a32438a010
Delete CNAME 2022-09-20 14:34:55 +02:00
OlaYZen
316a957804
Create CNAME 2022-09-20 14:31:56 +02:00
0affccb063 test 2022-09-20 14:25:32 +02:00
49b88636b0 website 2022-09-20 13:05:28 +02:00
9b3c393da5 website 2022-09-20 13:05:12 +02:00
d9bf026102 Merge branch 'website' of https://github.com/OlaYZen/Windows-Update into website 2022-09-20 12:51:08 +02:00
457219739d website 2022-09-20 12:51:05 +02:00
OlaYZen
9598d9cced
Delete CNAME 2022-09-20 12:48:03 +02:00
OlaYZen
678c788c10
Update CNAME 2022-09-20 12:47:45 +02:00
OlaYZen
b8f36de6de
Create CNAME 2022-09-20 12:17:29 +02:00
OlaYZen
8d6fa70964
Delete CNAME 2022-09-20 12:17:17 +02:00
OlaYZen
b7ad651658
Update CNAME 2022-09-20 12:15:06 +02:00
OlaYZen
7b65f19697
Create CNAME 2022-09-20 12:14:09 +02:00
d39e965f29 test 2022-09-20 12:12:33 +02:00
OlaYZen
1fd53775d9
Create README.md 2022-09-20 12:11:40 +02:00
37183dd9e6 test 2022-09-20 12:11:18 +02:00
14 changed files with 43 additions and 628 deletions

View file

@ -1,26 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
How you caused the bug
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [e.g. Windows 10, Windows 11]
**Additional context**
Add any other context about the problem here.

View file

@ -1,20 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

View file

@ -1,36 +0,0 @@
# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.

View file

@ -1,34 +0,0 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: DevSkim
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '42 5 * * 3'
jobs:
lint:
name: DevSkim
runs-on: ubuntu-20.04
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run DevSkim scanner
uses: microsoft/DevSkim-Action@v1
- name: Upload DevSkim scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: devskim-results.sarif

View file

@ -1,49 +0,0 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
#
# https://github.com/microsoft/action-psscriptanalyzer
# For more information on PSScriptAnalyzer in general, see
# https://github.com/PowerShell/PSScriptAnalyzer
name: PSScriptAnalyzer
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '15 7 * * 1'
permissions:
contents: read
jobs:
build:
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
name: PSScriptAnalyzer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run PSScriptAnalyzer
uses: microsoft/psscriptanalyzer-action@6b2948b1944407914a58661c49941824d149734f
with:
# Check https://github.com/microsoft/action-psscriptanalyzer for more info about the options.
# The below set up runs PSScriptAnalyzer to your entire repository and runs some basic security rules.
path: .\
recurse: true
# Include your own basic security rules. Removing this option will run all the rules
includeRule: '"PSAvoidGlobalAliases", "PSAvoidUsingConvertToSecureStringWithPlainText"'
output: results.sarif
# Upload the SARIF file generated in the previous step
- name: Upload SARIF results file
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: results.sarif

1
CNAME Normal file
View file

@ -0,0 +1 @@
wu.olayzen.net

BIN
Image.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

View file

@ -1,32 +1,2 @@
# Windows Updater
![GitHub](https://img.shields.io/github/license/OlaYZen/Windows-Update?color=gree&style=for-the-badge)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/OlaYZen/Windows-Update?style=for-the-badge)
![GitHub repo size](https://img.shields.io/github/repo-size/OlaYZen/Windows-Update?color=orange&style=for-the-badge)
[<img src="https://raw.githubusercontent.com/OlaYZen/Windows-Update/main/Image.png"/>](https://raw.githubusercontent.com/OlaYZen/Windows-Update/main/Script.ps1)
## **How to start the program**
Open a [Elevated Windows Powershell Window](https://docs.microsoft.com/en-us/powershell/scripting/windows-powershell/starting-windows-powershell?view=powershell-7.2#with-administrative-privileges-run-as-administrator), and type:
```
iwr -useb https://tinyurl.com/OlaYZenWinUpdates | iex
```
or Download and run Script.ps1
## Preview Builds
To try or compare preview builds click [here](https://github.com/OlaYZen/Windows-Update/tree/Preview)
## **Credits**
[OlaYZen](https://github.com/OlaYZen) - Head Developer and Owner <br/>
[Easiexd](https://github.com/easiexd) - Designer and Tester
# **WIKI**
Check out the [Wiki](https://github.com/OlaYZen/Windows-Update/wiki), There could be some info you want to know
# **NEW UI**
New UI in development, We expect the new UI will be in the new [Preview](https://github.com/OlaYZen/Windows-Update/blob/Preview/Script%20PREVIEW.ps1) Build comming out later this week. [easiexd](https://github.com/easiexd) is currently in works to make a new ui. We will also try to not make it look like a program from the 1990's and try to get more of a modern feeling of the UI. Just like basically every program using Windows 11
# **More Features**
With the new UI you can also expect more features
# **Docs**
We will also make a Document of every features and how to use them, but this can take a while before is done. so don't expect the documents to be done this week
# Website Branch
Here is where the websites are located

File diff suppressed because one or more lines are too long

View file

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

40
index.html Normal file
View file

@ -0,0 +1,40 @@
<!DOCTYPE html>
<!--
===========================================
===========================================
YYYY YYYYZZZZZZZZZZZZZZZZZZZZZ
Y::Y Y::::::::::::::::::::::::Z
Y::Y Y::YYYZZZZZZZZZZZZZZZZZ:::Z
Y::Y Y::Y Z:::Z
Y:::Y Y:::Y Z:::Z
Y:::Y Y:::Y Z:::Z
Y:::Y:::Y Z:::Z
Y:::::Y Z:::Z
Y:::Y Z:::Z
Y:::Y Z:::Z
Y:::Y Z:::Z
Y:::Y Z:::Z
Y:::Y Z:::Z
Y:::Y Z:::ZZZZZZZZZZZZZZZZ
Y:::Y Z:::::::::::::::::::Z
YYYYY ZZZZZZZZZZZZZZZZZZZZZ
===========================================
===========================================
============= made by OlaYZen =============
-->
<title>website in development</title>
<meta content="OlaYZen" property="og:title" />
<meta content="Website made by OlaYZen on GitHub" property="og:description" />
<meta content="https://olayzen.lol" property="og:url" />
<meta content="https://raw.githubusercontent.com/OlaYZen/olayzen.github.io/master/UnUsed/OLAI.png" property="og:image" />
<meta content="#161b22" data-react-helmet="true" name="theme-color" />
<link rel="icon" href="favicon.ico">
<h1>401 Unauthorised</h1>
website in development..
</html>

View file

@ -1,144 +0,0 @@
{
"$schema" : "https://aka.ms/winget-packages.schema.2.0.json",
"CreationDate" : "2022-08-28T01:02:19.143-00:00",
"Sources" :
[
{
"Packages" :
[
{
"PackageIdentifier" : "File-New-Project.EarTrumpet"
},
{
"PackageIdentifier" : "7zip.7zip"
},
{
"PackageIdentifier" : "ShareX.ShareX"
},
{
"PackageIdentifier" : "BraveSoftware.BraveBrowser"
},
{
"PackageIdentifier" : "Rufus.Rufus"
},
{
"PackageIdentifier" : "Discord.Discord"
},
{
"PackageIdentifier" : "GitHub.GitHubDesktop"
},
{
"PackageIdentifier" : "Git.Git"
},
{
"PackageIdentifier" : "HandBrake.HandBrake"
},
{
"PackageIdentifier" : "Iriun.IriunWebcam"
},
{
"PackageIdentifier" : "TranslucentTB.TranslucentTB"
},
{
"PackageIdentifier" : "Microsoft.WindowsTerminal"
},
{
"PackageIdentifier" : "Notepad++.Notepad++"
},
{
"PackageIdentifier" : "Parsec.Parsec"
},
{
"PackageIdentifier" : "Plex.Plex"
},
{
"PackageIdentifier" : "Valve.Steam"
},
{
"PackageIdentifier" : "Wox.Wox"
},
{
"PackageIdentifier" : "TechPowerUp.GPU-Z"
},
{
"PackageIdentifier" : "NordPassTeam.NordPass"
},
{
"PackageIdentifier" : "voidtools.Everything"
},
{
"PackageIdentifier" : "Microsoft.VC++2013Redist-x64"
},
{
"PackageIdentifier" : "DuongDieuPhap.ImageGlass"
},
{
"PackageIdentifier" : "NordVPN.NordVPN"
},
{
"PackageIdentifier" : "Microsoft.VC++2010Redist-x64"
},
{
"PackageIdentifier" : "Microsoft.DotNet.DesktopRuntime.6"
},
{
"PackageIdentifier" : "Oracle.JavaRuntimeEnvironment"
},
{
"PackageIdentifier" : "Microsoft.VC++2012Redist-x86"
},
{
"PackageIdentifier" : "Microsoft.VC++2015-2022Redist-x64"
},
{
"PackageIdentifier" : "Microsoft.VC++2008Redist-x64"
},
{
"PackageIdentifier" : "Microsoft.PowerToys"
},
{
"PackageIdentifier" : "Microsoft.VisualStudioCode"
},
{
"PackageIdentifier" : "Microsoft.DotNet.SDK.6"
},
{
"PackageIdentifier" : "Microsoft.VC++2008Redist-x86"
},
{
"PackageIdentifier" : "VideoLAN.VLC"
},
{
"PackageIdentifier" : "Microsoft.VC++2010Redist-x86"
},
{
"PackageIdentifier" : "Oracle.JDK.18"
},
{
"PackageIdentifier" : "EpicGames.EpicGamesLauncher"
},
{
"PackageIdentifier" : "Microsoft.VC++2015-2022Redist-x86"
},
{
"PackageIdentifier" : "Microsoft.DotNet.DesktopRuntime.6"
},
{
"PackageIdentifier" : "Microsoft.VC++2012Redist-x64"
},
{
"PackageIdentifier" : "Microsoft.DotNet.DesktopRuntime.6"
}
],
"SourceDetails" :
{
"Argument" : "https://cdn.winget.microsoft.com/cache",
"Identifier" : "Microsoft.Winget.Source_8wekyb3d8bbwe",
"Name" : "winget",
"Type" : "Microsoft.PreIndexed.Package"
}
}
],
"WinGetVersion" : "1.4.2161-preview"
}