mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-05-29 10:24:17 +02:00
restructured config directory
This commit is contained in:
parent
0ea46ec3a4
commit
e615e06990
43 changed files with 583 additions and 0 deletions
home-manager/patches
13
home-manager/patches/quickemu.patch
Normal file
13
home-manager/patches/quickemu.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/quickget b/quickget
|
||||
index 756eb82..19998d0 100755
|
||||
--- a/quickget
|
||||
+++ b/quickget
|
||||
@@ -2133,7 +2133,7 @@ function get_windows() {
|
||||
# - https://www.itechtics.com/windows-11-download-iso/
|
||||
# 0 : Prompt for a manual ISO download
|
||||
# 1 : Download automatically
|
||||
- local AUTO_DOWNLOAD=1
|
||||
+ local AUTO_DOWNLOAD=0
|
||||
local DOWNLOAD_URL=""
|
||||
|
||||
if [ ${AUTO_DOWNLOAD} -eq 1 ]; then
|
Loading…
Add table
Add a link
Reference in a new issue