Skip to content

Commit

Permalink
add Monero to PC-Wallet, StorageTools to base-apps
Browse files Browse the repository at this point in the history
  • Loading branch information
madebyTimo committed Sep 1, 2024
1 parent 54f64dd commit e8d0b3e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.8.0
v0.9.0
2 changes: 1 addition & 1 deletion scripts/install-base-apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ while [[ -n "$1" ]]; do
done

"${SCRIPT_DIR}/install-apps.sh" --device "$DEVICE" --apps \
"CifsUtils Docker HardwareTools Htop NTPClient Ramdisk Screen Scripts SSHFS VnStat"
"CifsUtils Docker HardwareTools Htop NTPClient Ramdisk Screen Scripts SSHFS StorageTools VnStat"
7 changes: 5 additions & 2 deletions scripts/install-pc-wallet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,14 @@ done
"${SCRIPT_DIR}/install-locales.sh" --device "$DEVICE"
"${SCRIPT_DIR}/install-desktop-environment.sh" --device "$DEVICE"
"${SCRIPT_DIR}/install-apps.sh" --device "$DEVICE" --apps \
"Backgrounds Basics Electrum Htop NTPClient SlickGreeter VerusDesktop"
"Electrum Htop MoneroGui NTPClient VerusDesktop"
"${SCRIPT_DIR}/configure-user.sh" --device "$DEVICE" --groups plugdev --user user
"${SCRIPT_DIR}/configure-cinnamon.sh" --device "$DEVICE" --user user
"${SCRIPT_DIR}/configure-default-applications.sh" --device "$DEVICE" --user user
"${SCRIPT_DIR}/device-run-command.sh" --device "$DEVICE" --command \
"sed --in-place 's|#\(autologin-user=\).*|\1user|g' /etc/lightdm/lightdm.conf"
"echo 'autologin-user=user' >> /etc/lightdm/lightdm.conf"
"${SCRIPT_DIR}/install-network.sh" --device "$DEVICE"
"${SCRIPT_DIR}/device-run-command.sh" --device "$DEVICE" --command \
"passwd --delete user && passwd --lock root"
"${SCRIPT_DIR}/device-run-command.sh" --device "$DEVICE" --command "systemctl disable meshagent"
"${SCRIPT_DIR}/device-reboot.sh" --device "$DEVICE"

0 comments on commit e8d0b3e

Please sign in to comment.