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
|
adb
|
||||||
etcher
|
etcher
|
||||||
udefrag
|
ultradefrag
|
||||||
ntfs-3g
|
ntfs-3g
|
||||||
fuse2fs
|
fuse2fs
|
||||||
f2fs-tools
|
f2fs-tools
|
||||||
|
|
|
@ -4,6 +4,5 @@ everything
|
||||||
screentogif
|
screentogif
|
||||||
notepadplusplus
|
notepadplusplus
|
||||||
pinta
|
pinta
|
||||||
bulkrenameutility
|
|
||||||
utc
|
utc
|
||||||
base
|
base
|
|
@ -1,4 +1,3 @@
|
||||||
winaudit
|
winaudit
|
||||||
hwininfo
|
hwininfo
|
||||||
windirstat
|
windirstat
|
||||||
ultradefrag
|
|
|
@ -1,7 +1,8 @@
|
||||||
win/base
|
win/base
|
||||||
win/sysinfo
|
win/sysinfo
|
||||||
passwords
|
|
||||||
|
|
||||||
|
espanso
|
||||||
winaero-tweaker
|
winaero-tweaker
|
||||||
|
bulkrenameutility
|
||||||
linkshellextension
|
linkshellextension
|
||||||
wox
|
wox
|
||||||
|
|
|
@ -4,3 +4,4 @@ dev/tools
|
||||||
forensics
|
forensics
|
||||||
etcher
|
etcher
|
||||||
passwords
|
passwords
|
||||||
|
nextcloud-client
|
1
instalee
1
instalee
|
@ -179,6 +179,7 @@ then
|
||||||
test -n "$copy" &&
|
test -n "$copy" &&
|
||||||
echo "Bootstrapping available handlers from $copy" &&
|
echo "Bootstrapping available handlers from $copy" &&
|
||||||
cp "$copy" "$handlersfile" || {
|
cp "$copy" "$handlersfile" || {
|
||||||
|
# TODO copy to hostname suffix to prevent lock in on stick
|
||||||
echo "Missing available handlers in $handlersfile!" >&2
|
echo "Missing available handlers in $handlersfile!" >&2
|
||||||
exit 1
|
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
|
@ -1,2 +1,2 @@
|
||||||
@echo off
|
@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
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