fix: improve portable and windows setup

This commit is contained in:
xeruf 2023-08-04 17:27:33 +02:00
parent 3282e46a57
commit b53b111133
12 changed files with 16 additions and 6 deletions

View File

@ -1,6 +1,6 @@
adb
etcher
udefrag
ultradefrag
ntfs-3g
fuse2fs
f2fs-tools

View File

@ -4,6 +4,5 @@ everything
screentogif
notepadplusplus
pinta
bulkrenameutility
utc
base

View File

@ -1,4 +1,3 @@
winaudit
hwininfo
windirstat
ultradefrag
windirstat

View File

@ -1,7 +1,8 @@
win/base
win/sysinfo
passwords
espanso
winaero-tweaker
bulkrenameutility
linkshellextension
wox

View File

@ -4,3 +4,4 @@ dev/tools
forensics
etcher
passwords
nextcloud-client

View File

@ -179,6 +179,7 @@ then
test -n "$copy" &&
echo "Bootstrapping available handlers from $copy" &&
cp "$copy" "$handlersfile" || {
# TODO copy to hostname suffix to prevent lock in on stick
echo "Missing available handlers in $handlersfile!" >&2
exit 1
}

View File

@ -0,0 +1 @@
udefrag

View File

0
packages/udefrag/linux → packages/ultradefrag/linux Executable file → Normal file
View File

View File

@ -1,2 +1,2 @@
@echo off
Powershell Start -Verb runAs powershell -ArgumentList '-ExecutionPolicy Bypass -NoExit Set-Location %cd%; .\instalee\i.ps1'
Powershell Start -Verb runAs powershell -ArgumentList '-ExecutionPolicy Bypass -NoExit Set-Location %cd%; .\instalee\i.ps1'

8
util/setup-repo.sh Normal file
View File

@ -0,0 +1,8 @@
#!/bin/sh -x
# Sets up this repo to be used on a portable stick,
# assuming it is in a directory "instalee" below the root of the medium
git remote set-url origin https://github.com/xeruf/instalee
git remote set-url --push origin github.com:xeruf/instalee.git
git config core.eol lf
git config core.fileMode false # FAT has no proper permissions
cp -v i.cmd ../../