mirror of
https://github.com/cotes2020/chirpy-starter.git
synced 2025-07-04 05:19:00 +10:00
update
This commit is contained in:
@ -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.
|
||||
|
||||
|
16
_posts/2023-10-25-githubcommands.md
Normal file
16
_posts/2023-10-25-githubcommands.md
Normal 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`
|
Reference in New Issue
Block a user