mirror of
https://github.com/bhaiest/holoiso.git
synced 2024-11-08 12:22:33 +01:00
Cleanup
This commit is contained in:
parent
d76dde9c25
commit
510b5e60dc
15
.github/ISSUE_TEMPLATE/bug_report.md
vendored
15
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -14,26 +14,21 @@ assignees: ''
|
|||||||
|
|
||||||
## Your device's full specs
|
## Your device's full specs
|
||||||
```
|
```
|
||||||
CPU: Apple A15 Bionic
|
CPU: *Your thing here*
|
||||||
GPU: Apple Lighting 2nd gen
|
GPU: *Your thing here*
|
||||||
```
|
```
|
||||||
|
|
||||||
## Your OS version (`cat /etc/os-release | grep VARIANT_ID | cut -d '"' -f 2`):
|
## Your OS version (`cat /etc/os-release | grep VARIANT_ID | cut -d '"' -f 2`):
|
||||||
```
|
```
|
||||||
snapshot19700101_1011-beta2a
|
snapshotxxxxxxxxxxx_xxxx
|
||||||
```
|
```
|
||||||
|
|
||||||
## (Only for SteamOS Session loading issues) Have you tried launching `gamescope-session` from terminal? If yes, provide a log.
|
## (Only for SteamOS Session loading issues) Have you tried launching `gamescope-session` from terminal? If yes, provide a log.
|
||||||
```
|
```
|
||||||
yeah pubg crash bhai
|
*Please put anything here if you tried to launch session separately*
|
||||||
```
|
|
||||||
|
|
||||||
## Your installation type:
|
|
||||||
```
|
|
||||||
deckperience
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Have you updated your installation recently?
|
## Have you updated your installation recently?
|
||||||
```
|
```
|
||||||
nawww
|
*yes or no*
|
||||||
```
|
```
|
||||||
|
45
.github/workflows/.none
vendored
45
.github/workflows/.none
vendored
@ -1,45 +0,0 @@
|
|||||||
# name: Build ISO
|
|
||||||
|
|
||||||
# on:
|
|
||||||
# push:
|
|
||||||
# paths-ignore:
|
|
||||||
# - '**.md'
|
|
||||||
# pull_request:
|
|
||||||
# paths-ignore:
|
|
||||||
# - '**.md'
|
|
||||||
|
|
||||||
|
|
||||||
# jobs:
|
|
||||||
# build:
|
|
||||||
# runs-on: ubuntu-latest
|
|
||||||
# container:
|
|
||||||
# image: thevakhovske/holoiso:latest
|
|
||||||
# options: --privileged
|
|
||||||
# steps:
|
|
||||||
# - uses: actions/checkout@v2
|
|
||||||
|
|
||||||
# - name: Sanity check, if we are on SteamOS environment
|
|
||||||
# run: |
|
|
||||||
# cat /etc/os-release
|
|
||||||
|
|
||||||
# - name: Install ArchISO
|
|
||||||
# run: |
|
|
||||||
# pacman -Sy
|
|
||||||
# pacman --noconfirm -S git archiso
|
|
||||||
|
|
||||||
# - name: Build ISO File
|
|
||||||
# run: |
|
|
||||||
# cp mkarchiso-holoiso /usr/bin
|
|
||||||
# chmod +x /usr/bin/mkarchiso-holoiso
|
|
||||||
# mkarchiso-holoiso -v .
|
|
||||||
# find out/
|
|
||||||
|
|
||||||
# - uses: actions/upload-artifact@v2
|
|
||||||
# with:
|
|
||||||
# name: holoiso
|
|
||||||
# path: out/*.iso
|
|
||||||
|
|
||||||
# - uses: actions/upload-artifact@v2
|
|
||||||
# with:
|
|
||||||
# name: holoiso-misc-data
|
|
||||||
# path: ./*.pacman
|
|
1799
mkarchiso-holoiso
1799
mkarchiso-holoiso
File diff suppressed because it is too large
Load Diff
@ -1,7 +0,0 @@
|
|||||||
holoiso-main
|
|
||||||
holoiso-updateclient
|
|
||||||
wireplumber
|
|
||||||
flatpak
|
|
||||||
packagekit-qt5
|
|
||||||
rsync
|
|
||||||
unzip
|
|
Loading…
Reference in New Issue
Block a user