Commit Graph

6 Commits

Author SHA1 Message Date
nicedevil007 a733af434b
Updates to APK Repositories
Created a new `/etc/apk/repositories` that doesn't use a fixed version number for alpine linux. We are able to update the LXC's OS with this instead of just the packages.
I also added the testing repo to the file to be able to update vaultwarden in the future with a simple `apk update && apk upgrade`
2023-03-11 11:18:44 +01:00
tteckster c47326ff25
Update alpine-vaultwarden-v5-install.sh
match input if it's "y" or "yes" (case-insensitive)
change  `=~` operator in favor of  `grep -Ei` in Alpine Linux
2023-03-10 09:50:48 -05:00
tteckster ba7a7c1720
Update alpine-vaultwarden-v5-install.sh
revert 12d5a78 Alpine doesn't like parameter expansion `${prompt,,}`
fixes https://github.com/tteck/Proxmox/issues/1144
2023-03-10 09:27:46 -05:00
tteckster 12d5a78a30
match input if it's "y" or "yes" (case-insensitive) 2023-03-08 15:03:22 -05:00
tteckster 4ec92846ab
Update alpine-vaultwarden-v5-install.sh
Code refactoring
2023-03-07 07:22:29 -05:00
tteckster f79e6fad5e
Create alpine-vaultwarden-v5-install.sh 2023-03-06 20:53:34 -05:00