feat(install): Use flatpack to install certail GUI apps that require

frequent updates
fix(install): Manual app installs that aren't available elsewhere
This commit is contained in:
Pratik Tripathy
2024-09-15 16:19:44 +05:30
parent fad4b8500a
commit cf28453bef
8 changed files with 186 additions and 31 deletions

View File

@@ -35,8 +35,6 @@ place_dotfile_at_target_location() {
}
parse_input() {
# TODO: Accept input to execute install.sh script
while [ "${#}" -gt 0 ]; do
case $1 in
-i | --install)
@@ -104,7 +102,6 @@ main() {
)/scripts"
setup_symlinks
echo "$install_file_location"
if [ "$INSTALL" = "y" ]; then
cd "$install_file_location" || exit