Skip to content

Commit

Permalink
Start to automate the installation
Browse files Browse the repository at this point in the history
  • Loading branch information
FaustXVI committed Sep 30, 2024
1 parent bb4096d commit b28fd54
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/remarkable.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ in
if [ ! -f ${expectedPath} ]
then
mkdir -p ${installDirectory}
${pkgs.winetricks}/bin/winetricks vcrun2022
echo "Please plug in the remarkable then press enter"
read enterPressed
${pkgs.winetricks}/bin/winetricks --force --unattended vcrun2022
echo "Please install the app in ${installDirectory}, it will later be renamed ${targetDirectory}"
${wine} ${installer} 2>/dev/null >/dev/null
mv ${installDirectory} ${targetDirectory}
Expand Down

0 comments on commit b28fd54

Please sign in to comment.