This commit is contained in:
PostOakLab
2023-10-25 21:37:49 -05:00
parent f70e4329ad
commit 3fbdbb57c2
5 changed files with 28 additions and 12 deletions

View File

@ -12,12 +12,12 @@ Using [this guide](https://github.com/AdguardTeam/AdGuardHome/wiki/Raspberry-Pi)
This assumes you already have an OS installed on your Pi and you can ssh to the pi using the IP address.
1. Download with this command:
'code'cd
`cd
wget 'https://static.adguard.com/adguardhome/release/AdGuardHome_linux_armv6.tar.gz'
tar -f AdGuardHome_linux_armv6.tar.gz -x -v
tar -f AdGuardHome_linux_armv6.tar.gz -x -v``
2. Install with this command:
'code'cd ./AdGuardHome/
sudo ./AdGuardHome -s install
`cd ./AdGuardHome/
sudo ./AdGuardHome -s install``
4.

View File

@ -0,0 +1,16 @@
---
title: GitHub Commands Cheat Sheet
date: 2023-10-25 9:26:00 -500
categories: [github,cheatsheet,]
tags: [github,commands,cheatsheet]
---
# GitHub Commands Cheat Sheet
`git pull`
`git add .`
`git commit -m "update name"`
`git push`