11-05-2019, 11:09 AM
(11-04-2019, 08:48 PM)xircledev Wrote: Thanks for the input everyone. I'm going to work on it tonight. Fingers crossed.
I was able to get an older version running in another thread:
https://forum.pine64.org/showthread.php?...5#pid51655
Code:
# Install package cloud repo
curl -s https://packagecloud.io/install/repositories/headmelted/codebuilds/script.deb.sh | sudo bash
# Install code-oss
sudo apt install code-oss=1.29.0-1539702286
# Prevent upgrade
sudo apt-mark hold code-oss