Removed socktainer

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2026-09-10 16:28:56 +01:00
parent 09c77d126e
commit e1d64bfba3
3 changed files with 3 additions and 6 deletions
+1 -4
View File
@@ -46,7 +46,7 @@ MAC_BREW_TOOLS=(
mqtt-explorer raycast bettertouchtool calibre kdenlive royal-tsx tableplus
homebrew/cask/todoist ultimaker-cura webtorrent pika pearcleaner spotmenu
jordanbaird-ice utm TheBoredTeam/boring-notch/boring-notch
container socktainer
container
)
CARGO_TOOLS=( bottom )
NODE_TOOLS=( git-split-diffs )
@@ -213,9 +213,6 @@ case "${OSTYPE}" in
printf "Copying ${f}=>${dst}"
cp ${f} ${dst}
printf " ✅\n"
printf "Starting socktainer service"
brew services restart socktainer 1>/dev/null
printf " ✅\n"
;;
esac