diff --git a/bin/install.ps1 b/bin/install.ps1 index 87905bd..526cb4a 100644 --- a/bin/install.ps1 +++ b/bin/install.ps1 @@ -43,8 +43,8 @@ if(!(Get-Command scoop -ErrorAction SilentlyContinue)) { } # install basic scoop apps # import from exported json file -# to update the json file, execute ./bin/scoop_apps/update_scoop_list.ps1 -scoop import .\bin\scoop_apps\scoop_minimal_apps.json +# to update the json file, execute ./bin/windows/scoop_apps/update_scoop_list.ps1 +scoop import .\bin\windows\scoop_apps\scoop_minimal_apps.json # make symbolic links diff --git a/bin/scoop_apps/scoop_apps.json b/bin/windows/scoop_apps/scoop_apps.json similarity index 100% rename from bin/scoop_apps/scoop_apps.json rename to bin/windows/scoop_apps/scoop_apps.json diff --git a/bin/scoop_apps/scoop_minimal_apps.json b/bin/windows/scoop_apps/scoop_minimal_apps.json similarity index 100% rename from bin/scoop_apps/scoop_minimal_apps.json rename to bin/windows/scoop_apps/scoop_minimal_apps.json diff --git a/bin/scoop_apps/update_scoop_list.ps1 b/bin/windows/scoop_apps/update_scoop_list.ps1 similarity index 100% rename from bin/scoop_apps/update_scoop_list.ps1 rename to bin/windows/scoop_apps/update_scoop_list.ps1