fix: improve portable and windows setup
This commit is contained in:
parent
3282e46a57
commit
b53b111133
12 changed files with 16 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
adb
|
||||
etcher
|
||||
udefrag
|
||||
ultradefrag
|
||||
ntfs-3g
|
||||
fuse2fs
|
||||
f2fs-tools
|
||||
|
|
|
@ -4,6 +4,5 @@ everything
|
|||
screentogif
|
||||
notepadplusplus
|
||||
pinta
|
||||
bulkrenameutility
|
||||
utc
|
||||
base
|
|
@ -1,4 +1,3 @@
|
|||
winaudit
|
||||
hwininfo
|
||||
windirstat
|
||||
ultradefrag
|
|
@ -1,7 +1,8 @@
|
|||
win/base
|
||||
win/sysinfo
|
||||
passwords
|
||||
|
||||
espanso
|
||||
winaero-tweaker
|
||||
bulkrenameutility
|
||||
linkshellextension
|
||||
wox
|
||||
|
|
|
@ -4,3 +4,4 @@ dev/tools
|
|||
forensics
|
||||
etcher
|
||||
passwords
|
||||
nextcloud-client
|
1
instalee
1
instalee
|
@ -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
|
||||
}
|
||||
|
|
1
packages/ultradefrag/.aur
Normal file
1
packages/ultradefrag/.aur
Normal file
|
@ -0,0 +1 @@
|
|||
udefrag
|
0
packages/udefrag/binary → packages/ultradefrag/binary
Executable file → Normal file
0
packages/udefrag/binary → packages/ultradefrag/binary
Executable file → Normal file
0
packages/udefrag/linux → packages/ultradefrag/linux
Executable file → Normal file
0
packages/udefrag/linux → packages/ultradefrag/linux
Executable file → Normal file
8
util/setup-repo.sh
Normal file
8
util/setup-repo.sh
Normal 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 ../../
|
Loading…
Add table
Reference in a new issue