diff --git a/MIRRING.txt b/MIRRING.txt new file mode 100644 index 0000000..a72fd0f --- /dev/null +++ b/MIRRING.txt @@ -0,0 +1,24 @@ +https://downloads.tesses.cf/apps/timelapse_now/timelapse_1.0.0_mirrorable.zip + +YOU CAN PUT THESE ON YOUR SERVER TO SERVE (FOR MIRRING) I AM GIVING YOU PERMISSION +PLEASE DO THIS (NOT REQUIRED BUT I KIND OF WANT YOU TO IF YOU POST THESE FILES TO SAY THIS) +My Email: tesses50@tesses.cf +My Name: Mike Nolan + +Please share zip without extracting it or at least put MIRRING.txt on server with other files + +How to install for linux amd64 +sudo apt-get install ./timelapsenow_1.0.0_amd64.deb + +How to install for linux armhf +sudo apt-get install ./timelapsenow_1.0.0_armhf.deb + +How to install for linux arm64 +sudo apt-get install ./timelapsenow_1.0.0_arm64.deb + +For windows (Intel or AMD) +32 bit: timelapse_1.0.0_win32.zip +64 bit: timelapse_1.0.0_win64.zip + +For Windows (WoA) +64 bit: timelapse_1.0.0_woa64.zip \ No newline at end of file diff --git a/push_to_server.sh b/push_to_server.sh new file mode 100644 index 0000000..0599bda --- /dev/null +++ b/push_to_server.sh @@ -0,0 +1,10 @@ + +scp timelapsenow_1.0.0_amd64.deb root@192.168.0.147:/var/www/deb/pool/main/ +scp timelapsenow_1.0.0_arm64.deb root@192.168.0.147:/var/www/deb/pool/main/ +scp timelapsenow_1.0.0_armhf.deb root@192.168.0.147:/var/www/deb/pool/main/ +scp timelapse_1.0.0_win32.zip root@192.168.0.147:/var/www/downloads_page/apps/timelapse_now/ +scp timelapse_1.0.0_win64.zip root@192.168.0.147:/var/www/downloads_page/apps/timelapse_now/ +scp timelapse_1.0.0_woa64.zip root@192.168.0.147:/var/www/downloads_page/apps/timelapse_now/ +zip timelapse_1.0.0_mirrorable.zip MIRRING.txt timelapsenow_1.0.0_amd64.deb timelapsenow_1.0.0_arm64.deb timelapsenow_1.0.0_armhf.deb timelapse_1.0.0_win32.zip timelapse_1.0.0_win64.zip timelapse_1.0.0_woa64.zip +scp timelapse_1.0.0_mirrorable.zip root@192.168.0.147:/var/www/downloads_page/apps/timelapse_now/ +ssh root@192.168.0.147 deb-update \ No newline at end of file