moved scoop_apps to windows/
This commit is contained in:
parent
0e28eac85a
commit
28c0c3ac83
4 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ if(!(Get-Command scoop -ErrorAction SilentlyContinue)) {
|
||||||
}
|
}
|
||||||
# install basic scoop apps
|
# install basic scoop apps
|
||||||
# import from exported json file
|
# import from exported json file
|
||||||
# to update the json file, execute ./bin/scoop_apps/update_scoop_list.ps1
|
# to update the json file, execute ./bin/windows/scoop_apps/update_scoop_list.ps1
|
||||||
scoop import .\bin\scoop_apps\scoop_minimal_apps.json
|
scoop import .\bin\windows\scoop_apps\scoop_minimal_apps.json
|
||||||
|
|
||||||
|
|
||||||
# make symbolic links
|
# make symbolic links
|
||||||
|
|
Loading…
Reference in a new issue