Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
246936d
Update build.func
MickLesk Jun 3, 2025
5551c27
fix testing preparation
MickLesk Jun 3, 2025
44c98dd
migrations
MickLesk Jun 3, 2025
ddb01f6
PYTHON_VERSION="3.12" setup_uv
MickLesk Jun 3, 2025
128c84a
more uv migrations
MickLesk Jun 3, 2025
96511db
next migrations
MickLesk Jun 3, 2025
5965a42
more uv migrations
MickLesk Jun 3, 2025
a7f4bf2
more uv mig
MickLesk Jun 3, 2025
594dc3c
Update netbox-install.sh
MickLesk Jun 3, 2025
3b1a17c
more uv migs
MickLesk Jun 4, 2025
9d9b810
more migrations
MickLesk Jun 4, 2025
a8ddfad
more uv migrations
MickLesk Jun 4, 2025
647af55
more uv migs
MickLesk Jun 4, 2025
7e8083f
more uv migs
MickLesk Jun 4, 2025
2da5f5e
Update slskd-install.sh
MickLesk Jun 4, 2025
a151d26
Update nginxproxymanager-install.sh
MickLesk Jun 4, 2025
e082478
more uv
MickLesk Jun 4, 2025
3b91274
AdventureLog: Full UV Mig
MickLesk Jun 4, 2025
cd4a9d4
Archivebox: UV Migration
MickLesk Jun 4, 2025
2cc17f4
optimize uv python install
MickLesk Jun 4, 2025
2cfaaa4
fix python install for uv
MickLesk Jun 4, 2025
dbd08c7
various improvements on uv setup
MickLesk Jun 4, 2025
506ce07
fixes
MickLesk Jun 4, 2025
b080c94
Update archivebox-install.sh
MickLesk Jun 4, 2025
130af1a
change paths for testing
MickLesk Jun 4, 2025
90e8a73
Update adventurelog-install.sh
MickLesk Jun 4, 2025
31006e2
Update archivebox-install.sh
MickLesk Jun 4, 2025
97e8775
Update tools.func
MickLesk Jun 4, 2025
7923132
Update adventurelog-install.sh
MickLesk Jun 4, 2025
581cbae
Update archivebox-install.sh
MickLesk Jun 4, 2025
961464e
Update adventurelog-install.sh
MickLesk Jun 4, 2025
68b4ff6
fix uv install
MickLesk Jun 4, 2025
88cae89
some fixes with venv
MickLesk Jun 4, 2025
00fe491
fix pip for adventurelog
MickLesk Jun 4, 2025
3b9160a
some fixes
MickLesk Jun 4, 2025
e5f2535
remove "This will create an ... LXC"
MickLesk Jun 4, 2025
201d2ae
Update archivebox-install.sh
MickLesk Jun 4, 2025
591c37c
harmonize .venv
MickLesk Jun 4, 2025
171626e
Change from python3.12 to python3 for venv
michelroegl-brunner Jun 4, 2025
11d6a33
Change user
michelroegl-brunner Jun 4, 2025
1a5fdc0
fixes
MickLesk Jun 4, 2025
4b5b1a3
add build-essential to deluge
MickLesk Jun 4, 2025
9ed66d7
some fixes
MickLesk Jun 4, 2025
c675b23
fix tasmocompiler
MickLesk Jun 4, 2025
083810f
more uv migs
MickLesk Jun 4, 2025
82a0b1f
testing
MickLesk Jun 5, 2025
2664b35
more migs
MickLesk Jun 5, 2025
665a47e
more
MickLesk Jun 5, 2025
dbfddc2
fix deluge
MickLesk Jun 5, 2025
94a5502
fixes
MickLesk Jun 5, 2025
f0849a4
Update wger-install.sh
MickLesk Jun 5, 2025
9e84828
fixes
MickLesk Jun 5, 2025
7ebfebc
test sabnzd
MickLesk Jun 5, 2025
1fd8713
test
MickLesk Jun 5, 2025
dbb268e
Update tools.func
MickLesk Jun 5, 2025
0c04d89
MeTube to Python 3.13
tremor021 Jun 6, 2025
84e93cd
Immich UV test (#5032)
vhsdream Jun 7, 2025
46dadba
Update motioneye-install.sh
MickLesk Jun 16, 2025
3958172
fixes
MickLesk Jun 23, 2025
72d0a01
fixes
MickLesk Jun 24, 2025
729e213
Update prometheus-pve-exporter.sh
MickLesk Jun 24, 2025
6eb3b84
fixes
MickLesk Jun 24, 2025
dde3331
Update spoolman-install.sh
MickLesk Jun 24, 2025
3a7fd87
update tools.func for migration
MickLesk Jun 24, 2025
6ade76b
Update spoolman-install.sh
MickLesk Jun 24, 2025
8dbd9aa
Update spoolman-install.sh
MickLesk Jun 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update tools.func for migration
  • Loading branch information
MickLesk committed Jun 24, 2025
commit 3a7fd878edc41ae2391fadd2cf8ccbe38dd0ccff
1 change: 0 additions & 1 deletion install/spoolman-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ $STD uv venv /opt/spoolman/.venv
$STD /opt/spoolman/.venv/bin/python -m ensurepip --upgrade
$STD /opt/spoolman/.venv/bin/python -m pip install --upgrade pip
$STD /opt/spoolman/.venv/bin/python -m pip install -r requirements.txt

curl -fsSL "https://raw.githubusercontent.com/Donkie/Spoolman/master/.env.example" -o ".env"
msg_ok "Installed Spoolman"

Expand Down
Loading
Loading