a bit of refactoring
This commit is contained in:
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"debug.javascript.defaultRuntimeExecutable": {
|
|
||||||
"pwa-node": "/home/localuser/.local/share/mise/shims/node"
|
|
||||||
},
|
|
||||||
"python.defaultInterpreterPath": "/home/localuser/.local/share/mise/installs/python/3.11.13/bin/python"
|
|
||||||
}
|
|
||||||
@@ -87,15 +87,6 @@ function global-installPackages() {
|
|||||||
curl https://raw.githubusercontent.com/webmin/webmin/master/webmin-setup-repo.sh >/tmp/webmin-setup.sh
|
curl https://raw.githubusercontent.com/webmin/webmin/master/webmin-setup-repo.sh >/tmp/webmin-setup.sh
|
||||||
sh /tmp/webmin-setup.sh -f && rm -f /tmp/webmin-setup.sh
|
sh /tmp/webmin-setup.sh -f && rm -f /tmp/webmin-setup.sh
|
||||||
|
|
||||||
# Setup lynis repo, used for sec ops/compliance
|
|
||||||
|
|
||||||
if [ -f /etc/apt/trusted.gpg.d/cisofy-software-public.gpg ]; then
|
|
||||||
rm -f /etc/apt/trusted.gpg.d/cisofy-software-public.gpg
|
|
||||||
fi
|
|
||||||
|
|
||||||
curl -fsSL https://packages.cisofy.com/keys/cisofy-software-public.key | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/cisofy-software-public.gpg
|
|
||||||
echo "deb [arch=amd64,arm64 signed-by=/etc/apt/trusted.gpg.d/cisofy-software-public.gpg] https://packages.cisofy.com/community/lynis/deb/ stable main" | sudo tee /etc/apt/sources.list.d/cisofy-lynis.list
|
|
||||||
|
|
||||||
# Setup tailscale
|
# Setup tailscale
|
||||||
|
|
||||||
curl -fsSL https://tailscale.com/install.sh | sh
|
curl -fsSL https://tailscale.com/install.sh | sh
|
||||||
|
|||||||
Reference in New Issue
Block a user