Commit Graph

88 Commits

Author SHA1 Message Date
Storm Dragon
ca40c8bdd0 Improved convert to server script. 2024-07-23 18:27:10 -04:00
Storm Dragon
02cad9a079 New improved logging added. Logs are saved at /tmp/configure-stormux.log. 2024-06-02 22:34:38 -04:00
Storm Dragon
646657244e Try to make Orca start when mate desktop is launched. 2024-05-23 17:50:22 -04:00
Storm Dragon
5716d66896 timedatectl seems to be working now with time sync. 2024-05-21 02:07:50 -04:00
Storm Dragon
0f7f594054 Hopefully final touches on getting time and date sync working. 2024-03-21 14:31:48 -04:00
Storm Dragon
94b68d8fdf Try to make sure time and date is syncing with the internet. 2024-03-21 11:27:08 -04:00
Storm Dragon
157c5cc9e3 Updated timezone script since timedatectl set-ntp seems to be working now. 2024-03-12 16:45:56 -04:00
Storm Dragon
8c0e76b535 Moved resize partition to configure-stormux stub file. 2024-03-08 16:27:09 -05:00
Storm Dragon
2d140354df Convert to Server option added. This should be used on a fresh Stormux image, and only by people who know what they are doing. 2024-03-06 02:09:55 -05:00
Storm Dragon
7026da6e73 Another attempt at removing 16k if already installed. 2024-02-22 01:53:27 -05:00
Storm Dragon
a059cbe015 More work on switching to linux-rpi-16k kernel. 2024-02-22 01:46:39 -05:00
Storm Dragon
27f54b1a29 Add option to install linux-rpi-16k for the pi 5. 2024-02-16 01:17:04 -05:00
Storm Dragon
4a325e67cb Because the first run of configure-stormux will be root, prompt the user to run it again without privileges. 2023-09-24 15:54:26 -04:00
Storm Dragon
3b6c1ab5bf Added package blueman for desktops. 2023-08-24 10:49:59 -04:00
Storm Dragon
f8ba1bd645 Update the linger file for the new user name. 2023-08-22 02:57:57 -04:00
Storm Dragon
f114eb4859 First tests with audible prompt worked, so changed the subscripts to use the same method. It should now use audible prompt when available and not give an error if it is not available. 2023-08-19 17:09:54 -04:00
Storm Dragon
88e4b13a71 Oops, forgot to close a quote. 2023-08-19 16:59:39 -04:00
Storm Dragon
512204875c Update to audible prompt without breaking configure for those that do not have the audibleprompt.sh code. 2023-08-19 16:57:34 -04:00
Storm Dragon
1d07b22397 Moving towards audible sudo prompts. 2023-08-19 10:24:11 -04:00
Storm Dragon
ca1c7154ba Only install necessary xorg pacfkages not everything, hopefully this doesn't break stuff. 2023-08-17 16:43:53 -04:00
Storm Dragon
110a220846 update system moved to the install_packages function. Audible prompts used if available. 2023-08-17 16:39:34 -04:00
stormdragon2976
ba84837102 Changed the irc utility to use curl instead of wget because of problems on armv7h with wget. 2023-01-26 19:13:40 -05:00
stormdragon2976
9c26da7f0a Improvements to the part of gaming.sh that links the executables. Updated installed wine version to 7.11 2023-01-25 11:06:28 -05:00
stormdragon2976
d34abd2f34 Updated the version of wine that gets installed to 7.7. Updated the simlink part of the script so it grabs all the executables. 2023-01-24 23:51:54 -05:00
stormdragon2976
fde8b464f6 forgot to add noconfirm flag in a couple spots. 2023-01-22 23:52:45 -05:00
stormdragon2976
b9166407d1 Added an attention function that plays a sound when interaction is needed. This means people will be able to do something else while packages install, and turn off speech while doing so. 2023-01-22 23:48:56 -05:00
stormdragon2976
2aaad60d04 try to prevent installing packages from breaking with package conflicts when installing desktops. 2023-01-22 20:32:16 -05:00
stormdragon2976
14f1f92e36 today is typo day it seems. 2023-01-22 20:27:24 -05:00
stormdragon2976
6f890c1adf Fixed a typo/bug. 2023-01-22 20:13:54 -05:00
stormdragon2976
d5b753eac5 Stormux now offers i3 window manager instead of ratpoison. 2023-01-22 20:06:19 -05:00
stormdragon2976
f7212849cb Started updates on the gaming setup script. There are some weird problems that I am trying to figure out, so I'm not sure it will work quite yet, but getting closer. 2023-01-20 19:27:36 -05:00
Storm Dragon
ad940b7424 Added dex to packages for ratpoison in preparation for supporting xdg-autostart. 2022-04-12 16:15:34 -04:00
Storm Dragon
62903adfe1 Fixed bug in checking for bluetooth. 2022-04-11 13:19:12 -04:00
Storm Dragon
e96f878d4c Only offer bluetooth if it is not already enabled. 2022-04-11 13:17:15 -04:00
Storm Dragon
b080b51283 Only offer items on architectures where they actually make sense. 2022-04-11 13:13:24 -04:00
Storm Dragon
afe8a28671 Allow for setting nick when using help option. 2022-04-10 23:30:56 -04:00
Storm Dragon
1be56e4fc0 Add irc option for help 2022-04-10 19:23:48 -04:00
Storm Dragon
3263d02c56 More work for desktop sound. 2022-04-06 03:24:24 -04:00
Storm Dragon
f3ff0d9c7a Sound code improved for desktops. 2022-04-06 02:54:29 -04:00
Storm Dragon
5d36442a19 Add smoothe sound theme for gui installs. 2022-04-06 02:28:57 -04:00
Storm Dragon
5ee85b703d No longer need to restart after installing gui. 2022-04-06 02:19:59 -04:00
Storm Dragon
3845b6a7c5 Add enable bluetooth option. 2022-04-06 02:14:27 -04:00
Storm Dragon
6e7943a00b Remove some of the messages from setting time. 2022-04-04 03:12:59 -04:00
Storm Dragon
3af6bbcce5 Remove pulseaudio code since we now use pipewire. 2022-03-29 03:30:25 -04:00
Storm Dragon
8e20ef30bd Make sure the system is up to date before installing games environment. 2022-02-14 20:07:16 -05:00
Storm Dragon
18f05c8823 Make sure the system is up to date before installing requested X environment. 2022-02-14 20:05:35 -05:00
Storm Dragon
13fdfeb817 Added network-manager-applet to package lists for full desktops. 2022-02-13 22:11:14 -05:00
Storm Dragon
23ae808409 make sure new logs get separated with white space. 2022-02-09 22:20:27 -05:00
Storm Dragon
55899a7ee7 Added timestamps to the log. 2022-02-09 20:07:37 -05:00
Storm Dragon
aa2fa97d9b Hopefully added logging for configure-stormux. Logs saved to ~/.cache/configure-stormux.log. 2022-02-09 19:55:20 -05:00