Compare commits

..

No commits in common. "b02b6fb8b08c0ec7932069f721270eccfc6100be" and "2106e5f1306d1ebc123d7c78d62f3135a34e0f16" have entirely different histories.

3 changed files with 10 additions and 35 deletions

3
.github/FUNDING.yml vendored
View File

@ -1,3 +0,0 @@
# These are supported funding model platforms
patreon: pykee

View File

@ -1,24 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: JPyke3
---
**Mac Model**
Which year and model of MacBook are you experiencing the bug on?
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Screenshots**
If applicable, add screenshots to help explain your problem.

View File

@ -6,14 +6,7 @@ Kernel Source: https://github.com/JPyke3/mbp-manjaro-kernel
Extra Modules: https://github.com/JPyke3/extramodules-mbp-manjaro
Repository: http://mbp-repo.jacobpyke.xyz/archlinux/
## Important Notice for all users!
My repository has changed due to issues with my previous content delivery network. You can replace the repository by opening a terminal and running the following command:
```
sudo sed -i 's/https:\/\/jacobpyke.xyz/http:\/\/mbp-repo.jacobpyke.xyz/' /etc/pacman.conf
```
Repository: https://jacobpyke.xyz/archlinux/
## Releases
@ -211,6 +204,15 @@ Run this in your terminal:
sudo bash -c "echo 2 > /sys/class/input/*/device/fnmode"
```
#### The Repo doesn't work!
The old repository was on port 8080, this is no longer how I want to move forward and this repo has been taken down and off this port.
In order to switch to the new repository run this in a terminal:
```
sudo sed -i 's/http:\/\/jacobpyke.xyz:8080/https:\/\/jacobpyke.xyz/' /etc/pacman.conf
```
## Building for yourself
### Option 1: Docker - All Linux Distros