Skip to content

Commit

Permalink
Remove custom gphoto2 install
Browse files Browse the repository at this point in the history
* Install from apt, which is at the current version. This should save a lot of time compared to the compiling needed for the custom install.
  • Loading branch information
wtgee committed Oct 2, 2024
1 parent f7f1206 commit 5b3efcc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/install/install-pocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ function system_deps() {
exiftool \
fonts-powerline \
gcc \
gphoto2 \
htop \
httpie \
jo \
Expand Down Expand Up @@ -258,21 +259,17 @@ function do_install() {
declare -x CMDS=(
'fix_time'
'system_deps'
'install_gphoto2'
'install_arduino'
'get_pocs_repo'
'make_directories'
'write_udev_entries'
)

declare -x STEPS=(
'Syncing time'
'Installing system dependencies'
'Installing gphoto2'
'Installing arduino-cli'
'Getting POCS repo'
'Making directories'
'Writing udev entries'
)

if [[ "${USE_ZSH}" == true ]]; then
Expand Down

0 comments on commit 5b3efcc

Please sign in to comment.