Removed mklink for git

This commit is contained in:
2024-11-06 12:39:13 -07:00
parent a6071a4073
commit 11bb8c848c
263 changed files with 19951 additions and 1508 deletions

16
_-Review/steam.md Normal file
View File

@ -0,0 +1,16 @@
---
type: "note"
created: "2024-07-02T03:20:54.000Z"
updated: "2024-07-02T03:20:54.000Z"
---
# Steam
- [ ] Use App Center to install snap
```bash Mon Jul 01 2024 20:20:09 GMT-0700 (Mountain Standard Time)
sudo -i
dpkg --add-architecture i386
apt update
apt install libnvidia-gl-535:i386 -y
```