Skip to content

Commit

Permalink
Merge pull request #4 from Vilez0/new_ui_and_rewrite
Browse files Browse the repository at this point in the history
Some little refactoring, fixes and update Readme.md
  • Loading branch information
sulincix authored Jun 5, 2024
2 parents 12b7a47 + 5b35c00 commit d827b7c
Show file tree
Hide file tree
Showing 18 changed files with 298 additions and 230 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@

name: CI

on:
push:
branches: [ master ]

workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Building deb package
run: |
sudo apt update
sudo apt install devscripts equivs -y
sudo mk-build-deps --install
sudo debuild -us -uc -b
sudo mkdir -p /output/
sudo mv ../*.deb /output/
sudo mv ./*.deb /output/
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "current"
prerelease: false
title: "Latest release"
files: |
/output/*
15 changes: 9 additions & 6 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# Pardus Boot Repair
Boot repair tool for pardus.

## Screenshots
![Main Page](images/main_page.png)
![Advanced Options](images/advanced_options.png)
![Running](images/running.png)
![Finished](images/finished.png)
![Logs](images/logs.png)
## Features:
* grub repair
* password reset
Expand Down Expand Up @@ -42,3 +36,12 @@ make install
1. Boot live from media.
1. Fetch source and install.
1. Open terminal and run `pardus-boot-repair` as root

## Screenshots
![Main Page](assets/main_page.png)
![Advanced Options](assets/advanced_options.png)
![About Dialog](assets/about_dialog.png)
![Running](assets/action_running.png)
![Finished](assets/finished)
![Logs](assets/logs.png)
![Error occured](assets/error_occured.png)
Binary file added assets/about_dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/action_running.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/advanced_options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/error_occured.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/finished
Binary file not shown.
Binary file added assets/logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/main_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/advanced_options.png
Binary file not shown.
Binary file removed images/finished.png
Binary file not shown.
Binary file removed images/logs.png
Binary file not shown.
Binary file removed images/main_page.png
Binary file not shown.
Binary file removed images/running.png
Binary file not shown.
Loading

0 comments on commit d827b7c

Please sign in to comment.